#553AAF

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

Shades of Purple Heart #553AAF

Tints of Purple Heart #553AAF

Color information

#553AAF (or 0x553AAF) is unknown color: approx Purple Heart. HEX triplet: 55, 3A and AF. RGB value is (85,58,175). Sum of RGB (Red+Green+Blue) = 85+58+175=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #553AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553AAF is #AAC550. Grayscale: #4E4E4E. Windows color (decimal): -11191633 or 11483733. OLE color: 11483733.

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

Color convert

RGB8558175-
CMYK0.510.6700.31
HSL253.85º50.21%45.69%-
HSV(B)253.85º66.86%68.63%-
XYZ138.0541.43-
YUV79.41181.95131.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=26.73%
G=18.24%
B=55.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85581750.510.6700.31253.8550.2145.69
Hex553AAF334301Ffe322e
Octal12572257631030373766256
Binary101010111101010101111110011100001101111111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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