#7F0CCA

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

Shades of Dark Violet #7F0CCA

Tints of Dark Violet #7F0CCA

Color information

#7F0CCA (or 0x7F0CCA) is unknown color: approx Dark Violet. HEX triplet: 7F, 0C and CA. RGB value is (127,12,202). Sum of RGB (Red+Green+Blue) = 127+12+202=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F0CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CCA is #80F335. Grayscale: #434343. Windows color (decimal): -8450870 or 13241471. OLE color: 13241471.

HSL color Cylindrical-coordinate representation of color #7F0CCA: hue angle of 276.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CCA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12712202-
CMYK0.370.9400.21
HSL276.32º88.79%41.96%-
HSV(B)276.32º94.06%79.22%-
XYZ19.549.0456.59-
YUV68.04203.6170.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=37.24%
G=3.52%
B=59.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127122020.370.9400.21276.3288.7941.96
Hex7FCCA255E015114592a
Octal177143124513602542413152
Binary111111111001100101010010110111100101011000101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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