#6f049e

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

Shades of Dark Magenta #6F049E

Tints of Dark Magenta #6F049E

Color information

#6F049E (or 0x6F049E) is unknown color: approx Dark Magenta. HEX triplet: 6F, 04 and 9E. RGB value is (111,4,158). Sum of RGB (Red+Green+Blue) = 111+4+158=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F049E is #90FB61. Grayscale: #353535. Windows color (decimal): -9501538 or 10355823. OLE color: 10355823.

HSL color Cylindrical-coordinate representation of color #6F049E: hue angle of 281.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F049E is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1114158-
CMYK0.300.9700.38
HSL281.69º95.06%31.76%-
HSV(B)281.69º97.47%61.96%-
XYZ12.775.9332.82-
YUV53.55186.95168.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=40.66%
G=1.47%
B=57.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11141580.300.9700.38281.6995.0631.76
Hex6F49E1E6102611a5f20
Octal15742363614104643213740
Binary11011111001001111011110110000101001101000110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f049e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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