#6E02A6

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

Shades of Dark Magenta #6E02A6

Tints of Dark Magenta #6E02A6

Color information

#6E02A6 (or 0x6E02A6) is unknown color: approx Dark Magenta. HEX triplet: 6E, 02 and A6. RGB value is (110,2,166). Sum of RGB (Red+Green+Blue) = 110+2+166=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #6E02A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E02A6 is #91FD59. Grayscale: #343434. Windows color (decimal): -9567578 or 10879598. OLE color: 10879598.

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

Color convert

RGB1102166-
CMYK0.340.9900.35
HSL279.51º97.62%32.94%-
HSV(B)279.51º98.8%65.1%-
XYZ13.346.1136.55-
YUV52.99191.78168.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.57%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 166 (65.23% from 255) = 59.71%
R=39.57%
G=0.72%
B=59.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11021660.340.9900.35279.5197.6232.94
Hex6E2A622630231186221
Octal15622464214304343014241
Binary11011101010100110100010110001101000111000110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E02A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,2,166); }

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

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

 a { background-color: rgb(110,2,166); }

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

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

 span { border-color: rgb(110,2,166); }

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