#4B24AB

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

Shades of Purple Heart #4B24AB

Tints of Purple Heart #4B24AB

Color information

#4B24AB (or 0x4B24AB) is unknown color: approx Purple Heart. HEX triplet: 4B, 24 and AB. RGB value is (75,36,171). Sum of RGB (Red+Green+Blue) = 75+36+171=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B24AB is #B4DB54. Grayscale: #3E3E3E. Windows color (decimal): -11852629 or 11215947. OLE color: 11215947.

HSL color Cylindrical-coordinate representation of color #4B24AB: hue angle of 257.33º 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 #4B24AB is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7536171-
CMYK0.560.7900.33
HSL257.33º65.22%40.59%-
HSV(B)257.33º78.95%67.06%-
XYZ10.885.739.05-
YUV63.05188.92136.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=26.60%
G=12.77%
B=60.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75361710.560.7900.33257.3365.2240.59
Hex4B24AB384F0211014129
Octal113442537011704140110151
Binary100101110010010101011111000100111101000011000000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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