Html Css Color HEX #6E049F Dark Magenta

📋 copy color: '#6E049F'

red 110 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #6E049F

Tints of Dark Magenta #6E049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 40.29%
G = 1.47%
B = 58.24%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E049F (or 0x6E049F) is known color: Dark Magenta. HEX triplet: 6E, 04 and 9F. RGB value is (110,4,159). Sum of RGB (Red+Green+Blue) = 110+4+159=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E049F is #91FB60. Grayscale: #343434. Windows color (decimal): -9567073 or 10421358. OLE color: 10421358.

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

Color convert

RGB 110 4 159 -
CMYK 0.31 0.97 0 0.38
HSL 281.03º 0.95% 0.32% -
HSV(B) 281.03º 0.97% 0.62% -
XYZ 12.73 5.91 33.27 -
YUV 53.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 110 4 159 0.31 0.97 0 0.38 281.03 0.95 0.32
Hex 6E 4 9F 1F 61 0 26 119 5F 20
Octal 156 4 237 37 141 0 46 431 137 40
Binary 1101110 100 10011111 11111 1100001 0 100110 100011001 1011111 100000

Color Harmonies of #6E049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E049F

Black with #6E049F

Text Example


Text Example

White with #6E049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,4,159); }

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

background-color css

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

 a { background-color: rgb(110,4,159); }

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

border-color css

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

 span { border-color: rgb(110,4,159); }

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