#553CAE

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

Shades of Purple Heart #553CAE

Tints of Purple Heart #553CAE

Color information

#553CAE (or 0x553CAE) is unknown color: approx Purple Heart. HEX triplet: 55, 3C and AE. RGB value is (85,60,174). Sum of RGB (Red+Green+Blue) = 85+60+174=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #553CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAE is #AAC351. Grayscale: #505050. Windows color (decimal): -11191122 or 11418709. OLE color: 11418709.

HSL color Cylindrical-coordinate representation of color #553CAE: hue angle of 253.16º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553CAE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8560174-
CMYK0.510.6600.32
HSL253.16º48.72%45.88%-
HSV(B)253.16º65.52%68.24%-
XYZ138.2240.95-
YUV80.47180.78131.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=26.65%
G=18.81%
B=54.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85601740.510.6600.32253.1648.7245.88
Hex553CAE3342020fd312e
Octal12574256631020403756156
Binary1010101111100101011101100111000010010000011111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553CAE; }

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

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

<style>
 a { background-color: #553CAE; }

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

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

<style>
 span { border-color: #553CAE; }

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

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