Html Css Color HEX #5532AA Purple Heart

📋 copy color: '#5532AA'

red 85 ◦ green 50 ◦ blue 170

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

Shades of Purple Heart #5532AA

Tints of Purple Heart #5532AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

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

R = 27.87%
G = 16.39%
B = 55.74%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5532AA (or 0x5532AA) is known color: Purple Heart. HEX triplet: 55, 32 and AA. RGB value is (85,50,170). Sum of RGB (Red+Green+Blue) = 85+50+170=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #5532AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5532AA is #AACD55. Grayscale: #494949. Windows color (decimal): -11193686 or 11154005. OLE color: 11154005.

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

Color convert

RGB 85 50 170 -
CMYK 0.50 0.71 0 0.33
HSL 257.5º 0.55% 0.43% -
HSV(B) 257.5º 0.71% 0.67% -
XYZ 12.14 7.11 38.76 -
YUV 74.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 85 50 170 0.50 0.71 0 0.33 257.5 0.55 0.43
Hex 55 32 AA 32 47 0 21 102 37 2B
Octal 125 62 252 62 107 0 41 402 67 53
Binary 1010101 110010 10101010 110010 1000111 0 100001 100000010 110111 101011

Color Harmonies of #5532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5532AA

Black with #5532AA

Text Example


Text Example

White with #5532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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