#6F02AC

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

Shades of Dark Magenta #6F02AC

Tints of Dark Magenta #6F02AC

Color information

#6F02AC (or 0x6F02AC) is unknown color: approx Dark Magenta. HEX triplet: 6F, 02 and AC. RGB value is (111,2,172). Sum of RGB (Red+Green+Blue) = 111+2+172=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F02AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F02AC is #90FD53. Grayscale: #353535. Windows color (decimal): -9502036 or 11272815. OLE color: 11272815.

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

Color convert

RGB1112172-
CMYK0.350.9900.33
HSL278.47º97.7%34.12%-
HSV(B)278.47º98.84%67.45%-
XYZ14.026.439.53-
YUV53.97194.61168.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=38.95%
G=0.70%
B=60.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11121720.350.9900.33278.4797.734.12
Hex6F2AC23630211166222
Octal15722544314304142614242
Binary11011111010101100100011110001101000011000101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F02AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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