Html Css Color HEX #6E039D Dark Magenta

📋 copy color: '#6E039D'

red 110 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #6E039D

Tints of Dark Magenta #6E039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 40.74%
G = 1.11%
B = 58.15%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E039D (or 0x6E039D) is known color: Dark Magenta. HEX triplet: 6E, 03 and 9D. RGB value is (110,3,157). Sum of RGB (Red+Green+Blue) = 110+3+157=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E039D is #91FC62. Grayscale: #343434. Windows color (decimal): -9567331 or 10290030. OLE color: 10290030.

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

Color convert

RGB 110 3 157 -
CMYK 0.30 0.98 0 0.38
HSL 281.69º 0.96% 0.31% -
HSV(B) 281.69º 0.98% 0.62% -
XYZ 12.55 5.81 32.36 -
YUV 52.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 110 3 157 0.30 0.98 0 0.38 281.69 0.96 0.31
Hex 6E 3 9D 1E 62 0 26 11A 60 1F
Octal 156 3 235 36 142 0 46 432 140 37
Binary 1101110 11 10011101 11110 1100010 0 100110 100011010 1100000 11111

Color Harmonies of #6E039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E039D

Black with #6E039D

Text Example


Text Example

White with #6E039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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