#6E05CB

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

Shades of Dark Violet #6E05CB

Tints of Dark Violet #6E05CB

Color information

#6E05CB (or 0x6E05CB) is unknown color: approx Dark Violet. HEX triplet: 6E, 05 and CB. RGB value is (110,5,203). Sum of RGB (Red+Green+Blue) = 110+5+203=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E05CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E05CB is #91FA34. Grayscale: #3A3A3A. Windows color (decimal): -9566773 or 13305198. OLE color: 13305198.

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

Color convert

RGB1105203-
CMYK0.460.9800.20
HSL271.82º95.19%40.78%-
HSV(B)271.82º97.54%79.61%-
XYZ17.267.7457.08-
YUV58.97209.29164.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 203 (79.69% from 255) = 63.84%
R=34.59%
G=1.57%
B=63.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11052030.460.9800.20271.8295.1940.78
Hex6E5CB2E620141105f29
Octal15653135614202442013751
Binary11011101011100101110111011000100101001000100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E05CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,5,203); }

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

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

 a { background-color: rgb(110,5,203); }

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

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

 span { border-color: rgb(110,5,203); }

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