#6F019F

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

Shades of Dark Magenta #6F019F

Tints of Dark Magenta #6F019F

Color information

#6F019F (or 0x6F019F) is unknown color: approx Dark Magenta. HEX triplet: 6F, 01 and 9F. RGB value is (111,1,159). Sum of RGB (Red+Green+Blue) = 111+1+159=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F019F is #90FE60. Grayscale: #333333. Windows color (decimal): -9502305 or 10420591. OLE color: 10420591.

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

Color convert

RGB1111159-
CMYK0.300.9900.38
HSL281.77º98.75%31.37%-
HSV(B)281.77º99.37%62.35%-
XYZ12.825.933.26-
YUV51.9188.44170.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=40.96%
G=0.37%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11111590.300.9900.38281.7798.7531.37
Hex6F19F1E6302611a631f
Octal15712373614304643214337
Binary11011111100111111111011000110100110100011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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