#6F01D4

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

Shades of Dark Violet #6F01D4

Tints of Dark Violet #6F01D4

Color information

#6F01D4 (or 0x6F01D4) is unknown color: approx Dark Violet. HEX triplet: 6F, 01 and D4. RGB value is (111,1,212). Sum of RGB (Red+Green+Blue) = 111+1+212=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 212 (83.20% from 255 or 65.43% from 324); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F01D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F01D4 is #90FE2B. Grayscale: #393939. Windows color (decimal): -9502252 or 13893999. OLE color: 13893999.

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

Color convert

RGB1111212-
CMYK0.481.0000.17
HSL271.28º99.06%41.76%-
HSV(B)271.28º99.53%83.14%-
XYZ18.458.1562.89-
YUV57.94214.94165.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 212 (83.20% from 255) = 65.43%
R=34.26%
G=0.31%
B=65.43%

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
Decimal11112120.481.0000.17271.2899.0641.76
Hex6F1D4306401110f632a
Octal15713246014402141714352
Binary110111111101010011000011001000100011000011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F01D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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