#6E01D4

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

Shades of Dark Violet #6E01D4

Tints of Dark Violet #6E01D4

Color information

#6E01D4 (or 0x6E01D4) is unknown color: approx Dark Violet. HEX triplet: 6E, 01 and D4. RGB value is (110,1,212). Sum of RGB (Red+Green+Blue) = 110+1+212=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 212 (83.20% from 255 or 65.63% from 323); Max value from RGB is 212 - color contains mainly: blue. Hex color #6E01D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01D4 is #91FE2B. Grayscale: #383838. Windows color (decimal): -9567788 or 13893998. OLE color: 13893998.

HSL color Cylindrical-coordinate representation of color #6E01D4: hue angle of 271º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E01D4 is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1101212-
CMYK0.481.0000.17
HSL271º99.06%41.76%-
HSV(B)271º99.53%83.14%-
XYZ18.328.0962.88-
YUV57.64215.11165.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 212 (83.20% from 255) = 65.63%
R=34.06%
G=0.31%
B=65.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11012120.481.0000.1727199.0641.76
Hex6E1D4306401110f632a
Octal15613246014402141714352
Binary110111011101010011000011001000100011000011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E01D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,212); }

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

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

 a { background-color: rgb(110,1,212); }

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

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

 span { border-color: rgb(110,1,212); }

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