Html Css Color HEX #6F059F Dark Magenta

📋 copy color: '#6F059F'

red 111 ◦ green 5 ◦ blue 159

#6F059F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #6F059F

Tints of Dark Magenta #6F059F

RGB

 RED value IS 111 (43.75% from 255) = 40.36%

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 40.36%
G = 1.82%
B = 57.82%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F059F (or 0x6F059F) is known color: Dark Magenta. HEX triplet: 6F, 05 and 9F. RGB value is (111,5,159). Sum of RGB (Red+Green+Blue) = 111+5+159=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F059F is #90FA60. Grayscale: #353535. Windows color (decimal): -9501281 or 10421615. OLE color: 10421615.

HSL color Cylindrical-coordinate representation of color #6F059F: hue angle of 281.3º degrees, saturation: 0.94, 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 #6F059F is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 5 159 -
CMYK 0.30 0.97 0 0.38
HSL 281.3º 0.94% 0.32% -
HSV(B) 281.3º 0.97% 0.62% -
XYZ 12.87 5.99 33.28 -
YUV 54.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 111 5 159 0.30 0.97 0 0.38 281.3 0.94 0.32
Hex 6F 5 9F 1E 61 0 26 119 5E 20
Octal 157 5 237 36 141 0 46 431 136 40
Binary 1101111 101 10011111 11110 1100001 0 100110 100011001 1011110 100000

Color Harmonies of #6F059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F059F

Black with #6F059F

Text Example


Text Example

White with #6F059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F059F;
 }
 .AnyTagClassName
 {
   color: #6F059F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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