Html Css Color HEX #6F059D Dark Magenta

📋 copy color: '#6F059D'

red 111 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #6F059D

Tints of Dark Magenta #6F059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 40.66%
G = 1.83%
B = 57.51%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F059D (or 0x6F059D) is known color: Dark Magenta. HEX triplet: 6F, 05 and 9D. RGB value is (111,5,157). Sum of RGB (Red+Green+Blue) = 111+5+157=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F059D is #90FA62. Grayscale: #353535. Windows color (decimal): -9501283 or 10290543. OLE color: 10290543.

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

Color convert

RGB 111 5 157 -
CMYK 0.29 0.97 0 0.38
HSL 281.84º 0.94% 0.32% -
HSV(B) 281.84º 0.97% 0.62% -
XYZ 12.7 5.92 32.37 -
YUV 54.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 111 5 157 0.29 0.97 0 0.38 281.84 0.94 0.32
Hex 6F 5 9D 1D 61 0 26 11A 5E 20
Octal 157 5 235 35 141 0 46 432 136 40
Binary 1101111 101 10011101 11101 1100001 0 100110 100011010 1011110 100000

Color Harmonies of #6F059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F059D

Black with #6F059D

Text Example


Text Example

White with #6F059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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