#6E029D

Color #6E029D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #6E029D

Tints of Dark Magenta #6E029D

Color information

#6E029D (or 0x6E029D) is unknown color: approx Dark Magenta. HEX triplet: 6E, 02 and 9D. RGB value is (110,2,157). Sum of RGB (Red+Green+Blue) = 110+2+157=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E029D is #91FD62. Grayscale: #333333. Windows color (decimal): -9567587 or 10289774. OLE color: 10289774.

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

Color convert

RGB1102157-
CMYK0.300.9900.38
HSL281.81º97.48%31.18%-
HSV(B)281.81º98.73%61.57%-
XYZ12.545.7932.36-
YUV51.96187.28169.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=40.89%
G=0.74%
B=58.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11021570.300.9900.38281.8197.4831.18
Hex6E29D1E6302611a611f
Octal15622353614304643214137
Binary110111010100111011111011000110100110100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E029D;
 }
 .AnyTagClassName
 {
   color: #6E029D;
 }
</style>
background-color css

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

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

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

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

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

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