#7F11C4

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

Shades of Dark Violet #7F11C4

Tints of Dark Violet #7F11C4

Color information

#7F11C4 (or 0x7F11C4) is unknown color: approx Dark Violet. HEX triplet: 7F, 11 and C4. RGB value is (127,17,196). Sum of RGB (Red+Green+Blue) = 127+17+196=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #7F11C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F11C4 is #80EE3B. Grayscale: #454545. Windows color (decimal): -8449596 or 12849535. OLE color: 12849535.

HSL color Cylindrical-coordinate representation of color #7F11C4: hue angle of 276.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F11C4 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12717196-
CMYK0.350.9100.23
HSL276.87º84.04%41.76%-
HSV(B)276.87º91.33%76.86%-
XYZ18.928.952.95-
YUV70.3198.94168.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 196 (76.95% from 255) = 57.65%
R=37.35%
G=5%
B=57.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal127171960.350.9100.23276.8784.0441.76
Hex7F11C4235B017115542a
Octal177213044313302742512452
Binary1111111100011100010010001110110110101111000101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F11C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,196); }

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

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

 a { background-color: rgb(127,17,196); }

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

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

 span { border-color: rgb(127,17,196); }

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