#6D02CA

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

Shades of Dark Violet #6D02CA

Tints of Dark Violet #6D02CA

Color information

#6D02CA (or 0x6D02CA) is unknown color: approx Dark Violet. HEX triplet: 6D, 02 and CA. RGB value is (109,2,202). Sum of RGB (Red+Green+Blue) = 109+2+202=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D02CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D02CA is #92FD35. Grayscale: #383838. Windows color (decimal): -9633078 or 13238893. OLE color: 13238893.

HSL color Cylindrical-coordinate representation of color #6D02CA: hue angle of 272.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D02CA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1092202-
CMYK0.460.9900.21
HSL272.1º98.04%40%-
HSV(B)272.1º99.01%79.22%-
XYZ16.997.5656.44-
YUV56.79209.95165.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=34.82%
G=0.64%
B=64.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10922020.460.9900.21272.198.0440
Hex6D2CA2E630151106228
Octal15523125614302542014250
Binary1101101101100101010111011000110101011000100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D02CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D02CA; }

 p { color: rgb(109,2,202); }

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

<style>
 a { background-color: #6D02CA; }

 a { background-color: rgb(109,2,202); }

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

<style>
 span { border-color: #6D02CA; }

 span { border-color: rgb(109,2,202); }

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