#5533AE

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

Shades of Purple Heart #5533AE

Tints of Purple Heart #5533AE

Color information

#5533AE (or 0x5533AE) is unknown color: approx Purple Heart. HEX triplet: 55, 33 and AE. RGB value is (85,51,174). Sum of RGB (Red+Green+Blue) = 85+51+174=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5533AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5533AE is #AACC51. Grayscale: #4A4A4A. Windows color (decimal): -11193426 or 11416405. OLE color: 11416405.

HSL color Cylindrical-coordinate representation of color #5533AE: hue angle of 256.59º 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 #5533AE is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8551174-
CMYK0.510.7100.32
HSL256.59º54.67%44.12%-
HSV(B)256.59º70.69%68.24%-
XYZ12.577.3540.8-
YUV75.19183.76135-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=27.42%
G=16.45%
B=56.13%

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
Decimal85511740.510.7100.32256.5954.6744.12
Hex5533AE3347020101372c
Octal12563256631070404016754
Binary10101011100111010111011001110001110100000100000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5533AE; }

 p { color: rgb(85,51,174); }

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

<style>
 a { background-color: #5533AE; }

 a { background-color: rgb(85,51,174); }

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

<style>
 span { border-color: #5533AE; }

 span { border-color: rgb(85,51,174); }

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