#4A0ACE

Color #4A0ACE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4A0ACE

Tints of Purple Heart #4A0ACE

Color information

#4A0ACE (or 0x4A0ACE) is unknown color: approx Purple Heart. HEX triplet: 4A, 0A and CE. RGB value is (74,10,206). Sum of RGB (Red+Green+Blue) = 74+10+206=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0ACE is #B5F531. Grayscale: #323232. Windows color (decimal): -11924786 or 13503050. OLE color: 13503050.

HSL color Cylindrical-coordinate representation of color #4A0ACE: hue angle of 259.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0ACE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7410206-
CMYK0.640.9500.19
HSL259.59º90.74%42.35%-
HSV(B)259.59º95.15%80.78%-
XYZ14.076.1358.83-
YUV51.48215.2144.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.52%
GREEN value IS 10 (4.30% from 255) = 3.45%
BLUE value IS 206 (80.86% from 255) = 71.03%
R=25.52%
G=3.45%
B=71.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74102060.640.9500.19259.5990.7442.35
Hex4AACE405F0131045b2a
Octal1121231610013702340413352
Binary1001010101011001110100000010111110100111000001001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A0ACE; }

 p { color: rgb(74,10,206); }

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

<style>
 a { background-color: #4A0ACE; }

 a { background-color: rgb(74,10,206); }

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

<style>
 span { border-color: #4A0ACE; }

 span { border-color: rgb(74,10,206); }

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