#7D06CA

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

Shades of Dark Violet #7D06CA

Tints of Dark Violet #7D06CA

Color information

#7D06CA (or 0x7D06CA) is unknown color: approx Dark Violet. HEX triplet: 7D, 06 and CA. RGB value is (125,6,202). Sum of RGB (Red+Green+Blue) = 125+6+202=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D06CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D06CA is #82F935. Grayscale: #3F3F3F. Windows color (decimal): -8583478 or 13239933. OLE color: 13239933.

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

Color convert

RGB1256202-
CMYK0.380.9700.21
HSL276.43º94.23%40.78%-
HSV(B)276.43º97.03%79.22%-
XYZ19.188.7556.56-
YUV63.92205.92171.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=37.54%
G=1.80%
B=60.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12562020.380.9700.21276.4394.2340.78
Hex7D6CA26610151145e29
Octal17563124614102542413651
Binary11111011101100101010011011000010101011000101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D06CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,6,202); }

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

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

 a { background-color: rgb(125,6,202); }

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

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

 span { border-color: rgb(125,6,202); }

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