#4A24AB

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

Shades of Purple Heart #4A24AB

Tints of Purple Heart #4A24AB

Color information

#4A24AB (or 0x4A24AB) is unknown color: approx Purple Heart. HEX triplet: 4A, 24 and AB. RGB value is (74,36,171). Sum of RGB (Red+Green+Blue) = 74+36+171=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A24AB is #B5DB54. Grayscale: #3E3E3E. Windows color (decimal): -11918165 or 11215946. OLE color: 11215946.

HSL color Cylindrical-coordinate representation of color #4A24AB: hue angle of 256.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A24AB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7436171-
CMYK0.570.7900.33
HSL256.89º65.22%40.59%-
HSV(B)256.89º78.95%67.06%-
XYZ10.815.6639.05-
YUV62.75189.09136.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=26.33%
G=12.81%
B=60.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74361710.570.7900.33256.8965.2240.59
Hex4A24AB394F0211014129
Octal112442537111704140110151
Binary100101010010010101011111001100111101000011000000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,171); }

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

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

 a { background-color: rgb(74,36,171); }

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

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

 span { border-color: rgb(74,36,171); }

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