#7f0caf

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

Shades of Dark Violet #7F0CAF

Tints of Dark Violet #7F0CAF

Color information

#7F0CAF (or 0x7F0CAF) is unknown color: approx Dark Violet. HEX triplet: 7F, 0C and AF. RGB value is (127,12,175). Sum of RGB (Red+Green+Blue) = 127+12+175=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F0CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0CAF is #80F350. Grayscale: #404040. Windows color (decimal): -8450897 or 11471999. OLE color: 11471999.

HSL color Cylindrical-coordinate representation of color #7F0CAF: hue angle of 282.33º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0CAF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12712175-
CMYK0.270.9300.31
HSL282.33º87.17%36.67%-
HSV(B)282.33º93.14%68.63%-
XYZ16.627.8741.2-
YUV64.97190.1172.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 175 (68.75% from 255) = 55.73%
R=40.45%
G=3.82%
B=55.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127121750.270.9300.31282.3387.1736.67
Hex7FCAF1B5D01F11a5725
Octal177142573313503743212745
Binary11111111100101011111101110111010111111000110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,12,175); }

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

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

 a { background-color: rgb(127,12,175); }

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

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

 span { border-color: rgb(127,12,175); }

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