#6F0EA0

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

Shades of Dark Magenta #6F0EA0

Tints of Dark Magenta #6F0EA0

Color information

#6F0EA0 (or 0x6F0EA0) is unknown color: approx Dark Magenta. HEX triplet: 6F, 0E and A0. RGB value is (111,14,160). Sum of RGB (Red+Green+Blue) = 111+14+160=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F0EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0EA0 is #90F15F. Grayscale: #3B3B3B. Windows color (decimal): -9498976 or 10489455. OLE color: 10489455.

HSL color Cylindrical-coordinate representation of color #6F0EA0: hue angle of 279.86º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0EA0 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11114160-
CMYK0.310.9100.37
HSL279.86º83.91%34.12%-
HSV(B)279.86º91.25%62.75%-
XYZ13.066.2333.77-
YUV59.65184.64164.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 160 (62.89% from 255) = 56.14%
R=38.95%
G=4.91%
B=56.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111141600.310.9100.37279.8683.9134.12
Hex6FEA01F5B0251185422
Octal157162403713304543012442
Binary110111111101010000011111101101101001011000110001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,160); }

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

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

 a { background-color: rgb(111,14,160); }

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

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

 span { border-color: rgb(111,14,160); }

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