Html Css Color HEX #5529AA Purple Heart

📋 copy color: '#5529AA'

red 85 ◦ green 41 ◦ blue 170

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

Shades of Purple Heart #5529AA

Tints of Purple Heart #5529AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 28.72%
G = 13.85%
B = 57.43%

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

#5529AA (or 0x5529AA) is known color: Purple Heart. HEX triplet: 55, 29 and AA. RGB value is (85,41,170). Sum of RGB (Red+Green+Blue) = 85+41+170=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #5529AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5529AA is #AAD655. Grayscale: #444444. Windows color (decimal): -11195990 or 11151701. OLE color: 11151701.

HSL color Cylindrical-coordinate representation of color #5529AA: hue angle of 260.47º degrees, saturation: 0.61, 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 #5529AA is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 41 170 -
CMYK 0.50 0.76 0 0.33
HSL 260.47º 0.61% 0.41% -
HSV(B) 260.47º 0.76% 0.67% -
XYZ 11.79 6.42 38.65 -
YUV 68.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 85 41 170 0.50 0.76 0 0.33 260.47 0.61 0.41
Hex 55 29 AA 32 4C 0 21 104 3D 29
Octal 125 51 252 62 114 0 41 404 75 51
Binary 1010101 101001 10101010 110010 1001100 0 100001 100000100 111101 101001

Color Harmonies of #5529AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5529AA

Black with #5529AA

Text Example


Text Example

White with #5529AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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