#6E00A3

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

Shades of Dark Magenta #6E00A3

Tints of Dark Magenta #6E00A3

Color information

#6E00A3 (or 0x6E00A3) is unknown color: approx Dark Magenta. HEX triplet: 6E, 00 and A3. RGB value is (110,0,163). Sum of RGB (Red+Green+Blue) = 110+0+163=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E00A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E00A3 is #91FF5C. Grayscale: #323232. Windows color (decimal): -9568093 or 10682478. OLE color: 10682478.

HSL color Cylindrical-coordinate representation of color #6E00A3: hue angle of 280.49º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E00A3 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1100163-
CMYK0.33100.36
HSL280.49º100%31.96%-
HSV(B)280.49º100%63.92%-
XYZ13.045.9635.11-
YUV51.47190.94169.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 59.71%
R=40.29%
G=0%
B=59.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11001630.33100.36280.4910031.96
Hex6E0A321640241186420
Octal15602434114404443014440
Binary1101110010100011100001110010001001001000110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E00A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,163); }

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

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

 a { background-color: rgb(110,0,163); }

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

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

 span { border-color: rgb(110,0,163); }

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