#6D01D4

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

Shades of Dark Violet #6D01D4

Tints of Dark Violet #6D01D4

Color information

#6D01D4 (or 0x6D01D4) is unknown color: approx Dark Violet. HEX triplet: 6D, 01 and D4. RGB value is (109,1,212). Sum of RGB (Red+Green+Blue) = 109+1+212=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D01D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D01D4 is #92FE2B. Grayscale: #383838. Windows color (decimal): -9633324 or 13893997. OLE color: 13893997.

HSL color Cylindrical-coordinate representation of color #6D01D4: hue angle of 270.71º 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 #6D01D4 is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1091212-
CMYK0.491.0000.17
HSL270.71º99.06%41.76%-
HSV(B)270.71º99.53%83.14%-
XYZ18.28.0362.88-
YUV57.35215.28164.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 212 (83.20% from 255) = 65.84%
R=33.85%
G=0.31%
B=65.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10912120.491.0000.17270.7199.0641.76
Hex6D1D4316401110f632a
Octal15513246114402141714352
Binary110110111101010011000111001000100011000011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D01D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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