Html Css Color HEX #5524AC Purple Heart

📋 copy color: '#5524AC'

red 85 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #5524AC

Tints of Purple Heart #5524AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 29.01%
G = 12.29%
B = 58.7%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5524AC (or 0x5524AC) is known color: Purple Heart. HEX triplet: 55, 24 and AC. RGB value is (85,36,172). Sum of RGB (Red+Green+Blue) = 85+36+172=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #5524AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5524AC is #AADB53. Grayscale: #414141. Windows color (decimal): -11197268 or 11281493. OLE color: 11281493.

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

Color convert

RGB 85 36 172 -
CMYK 0.51 0.79 0 0.33
HSL 261.62º 0.65% 0.41% -
HSV(B) 261.62º 0.79% 0.67% -
XYZ 11.82 6.17 39.6 -
YUV 66.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 85 36 172 0.51 0.79 0 0.33 261.62 0.65 0.41
Hex 55 24 AC 33 4F 0 21 106 41 29
Octal 125 44 254 63 117 0 41 406 101 51
Binary 1010101 100100 10101100 110011 1001111 0 100001 100000110 1000001 101001

Color Harmonies of #5524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524AC

Black with #5524AC

Text Example


Text Example

White with #5524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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