#7F0CD1

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

Shades of Dark Violet #7F0CD1

Tints of Dark Violet #7F0CD1

Color information

#7F0CD1 (or 0x7F0CD1) is unknown color: approx Dark Violet. HEX triplet: 7F, 0C and D1. RGB value is (127,12,209). Sum of RGB (Red+Green+Blue) = 127+12+209=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F0CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CD1 is #80F32E. Grayscale: #444444. Windows color (decimal): -8450863 or 13700223. OLE color: 13700223.

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

Color convert

RGB12712209-
CMYK0.390.9400.18
HSL275.03º89.14%43.33%-
HSV(B)275.03º94.26%81.96%-
XYZ20.399.3861.06-
YUV68.84207.1169.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.49%
GREEN value IS 12 (5.08% from 255) = 3.45%
BLUE value IS 209 (82.03% from 255) = 60.06%
R=36.49%
G=3.45%
B=60.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127122090.390.9400.18275.0389.1443.33
Hex7FCD1275E012113592b
Octal177143214713602242313153
Binary111111111001101000110011110111100100101000100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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