#4A1EAE

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

Shades of Purple Heart #4A1EAE

Tints of Purple Heart #4A1EAE

Color information

#4A1EAE (or 0x4A1EAE) is unknown color: approx Purple Heart. HEX triplet: 4A, 1E and AE. RGB value is (74,30,174). Sum of RGB (Red+Green+Blue) = 74+30+174=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A1EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EAE is #B5E151. Grayscale: #3B3B3B. Windows color (decimal): -11919698 or 11411018. OLE color: 11411018.

HSL color Cylindrical-coordinate representation of color #4A1EAE: hue angle of 258.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1EAE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7430174-
CMYK0.570.8300.32
HSL258.33º70.59%40%-
HSV(B)258.33º82.76%68.24%-
XYZ10.935.4440.52-
YUV59.57192.58138.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.62%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=26.62%
G=10.79%
B=62.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74301740.570.8300.32258.3370.5940
Hex4A1EAE39530201024728
Octal112362567112304040210750
Binary10010101111010101110111001101001101000001000000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,30,174); }

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

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

 a { background-color: rgb(74,30,174); }

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

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

 span { border-color: rgb(74,30,174); }

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