#7F0CD2

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

Shades of Dark Violet #7F0CD2

Tints of Dark Violet #7F0CD2

Color information

#7F0CD2 (or 0x7F0CD2) is unknown color: approx Dark Violet. HEX triplet: 7F, 0C and D2. RGB value is (127,12,210). Sum of RGB (Red+Green+Blue) = 127+12+210=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 210 (82.42% from 255 or 60.17% from 349); Max value from RGB is 210 - color contains mainly: blue. Hex color #7F0CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CD2 is #80F32D. Grayscale: #444444. Windows color (decimal): -8450862 or 13765759. OLE color: 13765759.

HSL color Cylindrical-coordinate representation of color #7F0CD2: hue angle of 274.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CD2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12712210-
CMYK0.400.9400.18
HSL274.85º89.19%43.53%-
HSV(B)274.85º94.29%82.35%-
XYZ20.529.4361.71-
YUV68.96207.6169.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 210 (82.42% from 255) = 60.17%
R=36.39%
G=3.44%
B=60.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127122100.400.9400.18274.8589.1943.53
Hex7FCD2285E012113592c
Octal177143225013602242313154
Binary111111111001101001010100010111100100101000100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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