#7D0CD2

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

Shades of Dark Violet #7D0CD2

Tints of Dark Violet #7D0CD2

Color information

#7D0CD2 (or 0x7D0CD2) is unknown color: approx Dark Violet. HEX triplet: 7D, 0C and D2. RGB value is (125,12,210). Sum of RGB (Red+Green+Blue) = 125+12+210=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #7D0CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0CD2 is #82F32D. Grayscale: #434343. Windows color (decimal): -8581934 or 13765757. OLE color: 13765757.

HSL color Cylindrical-coordinate representation of color #7D0CD2: hue angle of 274.24º 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 #7D0CD2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12512210-
CMYK0.400.9400.18
HSL274.24º89.19%43.53%-
HSV(B)274.24º94.29%82.35%-
XYZ20.229.2861.7-
YUV68.36207.94168.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 210 (82.42% from 255) = 60.52%
R=36.02%
G=3.46%
B=60.52%

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
Decimal125122100.400.9400.18274.2489.1943.53
Hex7DCD2285E012112592c
Octal175143225013602242213154
Binary111110111001101001010100010111100100101000100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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