#553CAF

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

Shades of Purple Heart #553CAF

Tints of Purple Heart #553CAF

Color information

#553CAF (or 0x553CAF) is unknown color: approx Purple Heart. HEX triplet: 55, 3C and AF. RGB value is (85,60,175). Sum of RGB (Red+Green+Blue) = 85+60+175=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #553CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAF is #AAC350. Grayscale: #505050. Windows color (decimal): -11191121 or 11484245. OLE color: 11484245.

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

Color convert

RGB8560175-
CMYK0.510.6600.31
HSL253.04º48.94%46.08%-
HSV(B)253.04º65.71%68.63%-
XYZ13.18.2641.46-
YUV80.58181.28131.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=26.56%
G=18.75%
B=54.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85601750.510.6600.31253.0448.9446.08
Hex553CAF334201Ffd312e
Octal12574257631020373756156
Binary101010111110010101111110011100001001111111111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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