Html Css Color HEX #5524AB Purple Heart

📋 copy color: '#5524AB'

red 85 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #5524AB

Tints of Purple Heart #5524AB

RGB

 RED value IS 85 (33.59% from 255) = 29.11%

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

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

R = 29.11%
G = 12.33%
B = 58.56%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5524AB (or 0x5524AB) is known color: Purple Heart. HEX triplet: 55, 24 and AB. RGB value is (85,36,171). Sum of RGB (Red+Green+Blue) = 85+36+171=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5524AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5524AB is #AADB54. Grayscale: #414141. Windows color (decimal): -11197269 or 11215957. OLE color: 11215957.

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

Color convert

RGB 85 36 171 -
CMYK 0.50 0.79 0 0.33
HSL 261.78º 0.65% 0.41% -
HSV(B) 261.78º 0.79% 0.67% -
XYZ 11.73 6.13 39.09 -
YUV 66.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 85 36 171 0.50 0.79 0 0.33 261.78 0.65 0.41
Hex 55 24 AB 32 4F 0 21 106 41 29
Octal 125 44 253 62 117 0 41 406 101 51
Binary 1010101 100100 10101011 110010 1001111 0 100001 100000110 1000001 101001

Color Harmonies of #5524AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524AB

Black with #5524AB

Text Example


Text Example

White with #5524AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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