#6D00CB

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

Shades of Dark Violet #6D00CB

Tints of Dark Violet #6D00CB

Color information

#6D00CB (or 0x6D00CB) is unknown color: approx Dark Violet. HEX triplet: 6D, 00 and CB. RGB value is (109,0,203). Sum of RGB (Red+Green+Blue) = 109+0+203=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D00CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00CB is #92FF34. Grayscale: #373737. Windows color (decimal): -9633589 or 13303917. OLE color: 13303917.

HSL color Cylindrical-coordinate representation of color #6D00CB: hue angle of 272.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00CB is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1090203-
CMYK0.46100.20
HSL272.22º100%39.8%-
HSV(B)272.22º100%79.61%-
XYZ17.097.5657.06-
YUV55.73211.11165.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=34.94%
G=0%
B=65.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10902030.46100.20272.2210039.8
Hex6D0CB2E640141106428
Octal15503135614402442014450
Binary110110101100101110111011001000101001000100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,203); }

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

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

 a { background-color: rgb(109,0,203); }

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

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

 span { border-color: rgb(109,0,203); }

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