#552AAF

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

Shades of Purple Heart #552AAF

Tints of Purple Heart #552AAF

Color information

#552AAF (or 0x552AAF) is unknown color: approx Purple Heart. HEX triplet: 55, 2A and AF. RGB value is (85,42,175). Sum of RGB (Red+Green+Blue) = 85+42+175=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #552AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AAF is #AAD550. Grayscale: #454545. Windows color (decimal): -11195729 or 11479637. OLE color: 11479637.

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

Color convert

RGB8542175-
CMYK0.510.7600.31
HSL259.4º61.29%42.55%-
HSV(B)259.4º76%68.63%-
XYZ12.316.6841.2-
YUV70.02187.25138.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=28.15%
G=13.91%
B=57.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85421750.510.7600.31259.461.2942.55
Hex552AAF334C01F1033d2b
Octal12552257631140374037553
Binary1010101101010101011111100111001100011111100000011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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