Html Css Color HEX #6E059D Dark Magenta

📋 copy color: '#6E059D'

red 110 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #6E059D

Tints of Dark Magenta #6E059D

RGB

 RED value IS 110 (43.36% from 255) = 40.44%

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

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

R = 40.44%
G = 1.84%
B = 57.72%

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

#6E059D (or 0x6E059D) is known color: Dark Magenta. HEX triplet: 6E, 05 and 9D. RGB value is (110,5,157). Sum of RGB (Red+Green+Blue) = 110+5+157=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E059D is #91FA62. Grayscale: #353535. Windows color (decimal): -9566819 or 10290542. OLE color: 10290542.

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

Color convert

RGB 110 5 157 -
CMYK 0.30 0.97 0 0.38
HSL 281.45º 0.94% 0.32% -
HSV(B) 281.45º 0.97% 0.62% -
XYZ 12.57 5.86 32.37 -
YUV 53.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 110 5 157 0.30 0.97 0 0.38 281.45 0.94 0.32
Hex 6E 5 9D 1E 61 0 26 119 5E 20
Octal 156 5 235 36 141 0 46 431 136 40
Binary 1101110 101 10011101 11110 1100001 0 100110 100011001 1011110 100000

Color Harmonies of #6E059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E059D

Black with #6E059D

Text Example


Text Example

White with #6E059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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