#6F06A0

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

Shades of Dark Magenta #6F06A0

Tints of Dark Magenta #6F06A0

Color information

#6F06A0 (or 0x6F06A0) is unknown color: approx Dark Magenta. HEX triplet: 6F, 06 and A0. RGB value is (111,6,160). Sum of RGB (Red+Green+Blue) = 111+6+160=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F06A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F06A0 is #90F95F. Grayscale: #363636. Windows color (decimal): -9501024 or 10487407. OLE color: 10487407.

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

Color convert

RGB1116160-
CMYK0.310.9600.37
HSL280.91º92.77%32.55%-
HSV(B)280.91º96.25%62.75%-
XYZ12.976.0533.74-
YUV54.95187.29167.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=40.07%
G=2.17%
B=57.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11161600.310.9600.37280.9192.7732.55
Hex6F6A01F600251195d21
Octal15762403714004543113541
Binary11011111101010000011111110000001001011000110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F06A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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