#6F02AE

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

Shades of Dark Violet #6F02AE

Tints of Dark Violet #6F02AE

Color information

#6F02AE (or 0x6F02AE) is unknown color: approx Dark Violet. HEX triplet: 6F, 02 and AE. RGB value is (111,2,174). Sum of RGB (Red+Green+Blue) = 111+2+174=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F02AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F02AE is #90FD51. Grayscale: #353535. Windows color (decimal): -9502034 or 11403887. OLE color: 11403887.

HSL color Cylindrical-coordinate representation of color #6F02AE: hue angle of 278.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02AE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1112174-
CMYK0.360.9900.32
HSL278.02º97.73%34.51%-
HSV(B)278.02º98.85%68.24%-
XYZ14.226.4840.55-
YUV54.2195.61168.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=38.68%
G=0.70%
B=60.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11121740.360.9900.32278.0297.7334.51
Hex6F2AE24630201166223
Octal15722564414304042614243
Binary11011111010101110100100110001101000001000101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,174); }

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

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

 a { background-color: rgb(111,2,174); }

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

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

 span { border-color: rgb(111,2,174); }

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