Html Css Color HEX #5224AB Purple Heart

📋 copy color: '#5224AB'

red 82 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #5224AB

Tints of Purple Heart #5224AB

RGB

 RED value IS 82 (32.42% from 255) = 28.37%

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

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

R = 28.37%
G = 12.46%
B = 59.17%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5224AB (or 0x5224AB) is known color: Purple Heart. HEX triplet: 52, 24 and AB. RGB value is (82,36,171). Sum of RGB (Red+Green+Blue) = 82+36+171=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5224AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5224AB is #ADDB54. Grayscale: #404040. Windows color (decimal): -11393877 or 11215954. OLE color: 11215954.

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

Color convert

RGB 82 36 171 -
CMYK 0.52 0.79 0 0.33
HSL 260.44º 0.65% 0.41% -
HSV(B) 260.44º 0.79% 0.67% -
XYZ 11.46 6 39.08 -
YUV 65.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 82 36 171 0.52 0.79 0 0.33 260.44 0.65 0.41
Hex 52 24 AB 34 4F 0 21 104 41 29
Octal 122 44 253 64 117 0 41 404 101 51
Binary 1010010 100100 10101011 110100 1001111 0 100001 100000100 1000001 101001

Color Harmonies of #5224AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5224AB

Black with #5224AB

Text Example


Text Example

White with #5224AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5224AB; }

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

 H1.HeaderClassName
 {
   color: #5224AB;
 }
 .AnyTagClassName
 {
   color: #5224AB;
 }
</style>

background-color css

<style>
 a { background-color: #5224AB; }

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

 div.DivClassName
 {
   background-color: #5224AB;
 }
 .BgClassName
 {
   background-color: #5224AB;
 }
</style>

border-color css

<style>
 span { border-color: #5224AB; }

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

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