#6E0CA4

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

Shades of Dark Magenta #6E0CA4

Tints of Dark Magenta #6E0CA4

Color information

#6E0CA4 (or 0x6E0CA4) is unknown color: approx Dark Magenta. HEX triplet: 6E, 0C and A4. RGB value is (110,12,164). Sum of RGB (Red+Green+Blue) = 110+12+164=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E0CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0CA4 is #91F35B. Grayscale: #3A3A3A. Windows color (decimal): -9565020 or 10751086. OLE color: 10751086.

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

Color convert

RGB11012164-
CMYK0.330.9300.36
HSL278.68º86.36%34.51%-
HSV(B)278.68º92.68%64.31%-
XYZ13.266.2635.63-
YUV58.63187.47164.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 12 (5.08% from 255) = 4.20%
BLUE value IS 164 (64.45% from 255) = 57.34%
R=38.46%
G=4.20%
B=57.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110121640.330.9300.36278.6886.3634.51
Hex6ECA4215D0241175623
Octal156142444113504442712643
Binary1101110110010100100100001101110101001001000101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,12,164); }

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

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

 a { background-color: rgb(110,12,164); }

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

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

 span { border-color: rgb(110,12,164); }

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