Html Css Color HEX #5528A9 Purple Heart

📋 copy color: '#5528A9'

red 85 ◦ green 40 ◦ blue 169

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

Shades of Purple Heart #5528A9

Tints of Purple Heart #5528A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 169 (66.41% from 255) = 57.48%

R = 28.91%
G = 13.61%
B = 57.48%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5528A9 (or 0x5528A9) is known color: Purple Heart. HEX triplet: 55, 28 and A9. RGB value is (85,40,169). Sum of RGB (Red+Green+Blue) = 85+40+169=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #5528A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5528A9 is #AAD756. Grayscale: #434343. Windows color (decimal): -11196247 or 11085909. OLE color: 11085909.

HSL color Cylindrical-coordinate representation of color #5528A9: hue angle of 260.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5528A9 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 40 169 -
CMYK 0.50 0.76 0 0.34
HSL 260.93º 0.62% 0.41% -
HSV(B) 260.93º 0.76% 0.66% -
XYZ 11.67 6.31 38.14 -
YUV 68.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 85 40 169 0.50 0.76 0 0.34 260.93 0.62 0.41
Hex 55 28 A9 32 4C 0 22 105 3E 29
Octal 125 50 251 62 114 0 42 405 76 51
Binary 1010101 101000 10101001 110010 1001100 0 100010 100000101 111110 101001

Color Harmonies of #5528A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528A9

Black with #5528A9

Text Example


Text Example

White with #5528A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5528A9; }

 p { color: rgb(85,40,169); }

 H1.HeaderClassName
 {
   color: #5528A9;
 }
 .AnyTagClassName
 {
   color: #5528A9;
 }
</style>

background-color css

<style>
 a { background-color: #5528A9; }

 a { background-color: rgb(85,40,169); }

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

border-color css

<style>
 span { border-color: #5528A9; }

 span { border-color: rgb(85,40,169); }

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