#5532AD

Color #5532AD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5532AD

Tints of Purple Heart #5532AD

Color information

#5532AD (or 0x5532AD) is unknown color: approx Purple Heart. HEX triplet: 55, 32 and AD. RGB value is (85,50,173). Sum of RGB (Red+Green+Blue) = 85+50+173=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5532AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5532AD is #AACD52. Grayscale: #4A4A4A. Windows color (decimal): -11193683 or 11350613. OLE color: 11350613.

HSL color Cylindrical-coordinate representation of color #5532AD: hue angle of 257.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5532AD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8550173-
CMYK0.510.7100.32
HSL257.07º55.16%43.73%-
HSV(B)257.07º71.1%67.84%-
XYZ12.437.2340.28-
YUV74.49183.6135.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=27.60%
G=16.23%
B=56.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85501730.510.7100.32257.0755.1643.73
Hex5532AD3347020101372c
Octal12562255631070404016754
Binary10101011100101010110111001110001110100000100000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5532AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5532AD;
 }
 .AnyTagClassName
 {
   color: #5532AD;
 }
</style>
background-color css

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

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

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

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

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

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