Html Css Color HEX #4B24AB Purple Heart

📋 copy color: '#4B24AB'

red 75 ◦ green 36 ◦ blue 171

#4B24AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4B24AB

Tints of Purple Heart #4B24AB

RGB

 RED value IS 75 (29.69% from 255) = 26.6%

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 26.6%
G = 12.77%
B = 60.64%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B24AB (or 0x4B24AB) is known color: 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

RGB 75 36 171 -
CMYK 0.56 0.79 0 0.33
HSL 257.33º 0.65% 0.41% -
HSV(B) 257.33º 0.79% 0.67% -
XYZ 10.88 5.7 39.05 -
YUV 63.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 75 36 171 0.56 0.79 0 0.33 257.33 0.65 0.41
Hex 4B 24 AB 38 4F 0 21 101 41 29
Octal 113 44 253 70 117 0 41 401 101 51
Binary 1001011 100100 10101011 111000 1001111 0 100001 100000001 1000001 101001

Color Harmonies of #4B24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B24AB

Black with #4B24AB

Text Example


Text Example

White with #4B24AB

Text Example


Text Example

HTML Codes & Css Web 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>