#6F009F

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

Shades of Dark Magenta #6F009F

Tints of Dark Magenta #6F009F

Color information

#6F009F (or 0x6F009F) is unknown color: approx Dark Magenta. HEX triplet: 6F, 00 and 9F. RGB value is (111,0,159). Sum of RGB (Red+Green+Blue) = 111+0+159=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F009F is #90FF60. Grayscale: #323232. Windows color (decimal): -9502561 or 10420335. OLE color: 10420335.

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

Color convert

RGB1110159-
CMYK0.30100.38
HSL281.89º100%31.18%-
HSV(B)281.89º100%62.35%-
XYZ12.815.8833.26-
YUV51.32188.77170.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=41.11%
G=0%
B=58.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11101590.30100.38281.8910031.18
Hex6F09F1E6402611a641f
Octal15702373614404643214437
Binary11011110100111111111011001000100110100011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,159); }

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

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

 a { background-color: rgb(111,0,159); }

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

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

 span { border-color: rgb(111,0,159); }

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