Html Css Color HEX #5528AA Purple Heart

📋 copy color: '#5528AA'

red 85 ◦ green 40 ◦ blue 170

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

Shades of Purple Heart #5528AA

Tints of Purple Heart #5528AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 28.81%
G = 13.56%
B = 57.63%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5528AA (or 0x5528AA) is known color: Purple Heart. HEX triplet: 55, 28 and AA. RGB value is (85,40,170). Sum of RGB (Red+Green+Blue) = 85+40+170=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #5528AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5528AA is #AAD755. Grayscale: #434343. Windows color (decimal): -11196246 or 11151445. OLE color: 11151445.

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

Color convert

RGB 85 40 170 -
CMYK 0.50 0.76 0 0.33
HSL 260.77º 0.62% 0.41% -
HSV(B) 260.77º 0.76% 0.67% -
XYZ 11.76 6.35 38.64 -
YUV 68.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 85 40 170 0.50 0.76 0 0.33 260.77 0.62 0.41
Hex 55 28 AA 32 4C 0 21 105 3E 29
Octal 125 50 252 62 114 0 41 405 76 51
Binary 1010101 101000 10101010 110010 1001100 0 100001 100000101 111110 101001

Color Harmonies of #5528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528AA

Black with #5528AA

Text Example


Text Example

White with #5528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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