#7F04CC

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

Shades of Dark Violet #7F04CC

Tints of Dark Violet #7F04CC

Color information

#7F04CC (or 0x7F04CC) is unknown color: approx Dark Violet. HEX triplet: 7F, 04 and CC. RGB value is (127,4,204). Sum of RGB (Red+Green+Blue) = 127+4+204=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F04CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04CC is #80FB33. Grayscale: #3E3E3E. Windows color (decimal): -8452916 or 13370495. OLE color: 13370495.

HSL color Cylindrical-coordinate representation of color #7F04CC: hue angle of 276.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04CC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1274204-
CMYK0.380.9800.2
HSL276.9º96.15%40.78%-
HSV(B)276.9º98.04%80%-
XYZ19.698.9657.82-
YUV63.58207.25173.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=37.91%
G=1.19%
B=60.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12742040.380.9800.2276.996.1540.78
Hex7F4CC26620141156029
Octal17743144614202442514051
Binary11111111001100110010011011000100101001000101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F04CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,204); }

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

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

 a { background-color: rgb(127,4,204); }

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

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

 span { border-color: rgb(127,4,204); }

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