#7F1D93

Color #7F1D93 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7F1D93

Tints of Vivid Violet #7F1D93

Color information

#7F1D93 (or 0x7F1D93) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1D and 93. RGB value is (127,29,147). Sum of RGB (Red+Green+Blue) = 127+29+147=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F1D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1D93 is #80E26C. Grayscale: #474747. Windows color (decimal): -8446573 or 9641343. OLE color: 9641343.

HSL color Cylindrical-coordinate representation of color #7F1D93: hue angle of 289.83º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1D93 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12729147-
CMYK0.140.8000.42
HSL289.83º67.05%34.51%-
HSV(B)289.83º80.27%57.65%-
XYZ14.467.528.29-
YUV71.75170.47167.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 29 (11.72% from 255) = 9.57%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=41.91%
G=9.57%
B=48.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127291470.140.8000.42289.8367.0534.51
Hex7F1D93E5002A1224323
Octal177352231612005244210343
Binary111111111101100100111110101000001010101001000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1D93; }

 p { color: rgb(127,29,147); }

 H1.HeaderClassName
 {
   color: #7F1D93;
 }
 .AnyTagClassName
 {
   color: #7F1D93;
 }
</style>
background-color css

<style>
 a { background-color: #7F1D93; }

 a { background-color: rgb(127,29,147); }

 div.DivClassName
 {
   background-color: #7F1D93;
 }
 .BgClassName
 {
   background-color: #7F1D93;
 }
</style>
border-color css

<style>
 span { border-color: #7F1D93; }

 span { border-color: rgb(127,29,147); }

 td.TdClassName
 {
   border-color: #7F1D93;
 }
 .TagClassName
 {
   border-color: #7F1D93;
 }
</style>