#6F04A0

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

Shades of Dark Magenta #6F04A0

Tints of Dark Magenta #6F04A0

Color information

#6F04A0 (or 0x6F04A0) is unknown color: approx Dark Magenta. HEX triplet: 6F, 04 and A0. RGB value is (111,4,160). Sum of RGB (Red+Green+Blue) = 111+4+160=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F04A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F04A0 is #90FB5F. Grayscale: #353535. Windows color (decimal): -9501536 or 10486895. OLE color: 10486895.

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

Color convert

RGB1114160-
CMYK0.310.9800.37
HSL281.15º95.12%32.16%-
HSV(B)281.15º97.5%62.75%-
XYZ12.94633.73-
YUV53.78187.95168.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 160 (62.89% from 255) = 58.18%
R=40.36%
G=1.45%
B=58.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11141600.310.9800.37281.1595.1232.16
Hex6F4A01F620251195f20
Octal15742403714204543113740
Binary11011111001010000011111110001001001011000110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F04A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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