#552AA8

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

Shades of Purple Heart #552AA8

Tints of Purple Heart #552AA8

Color information

#552AA8 (or 0x552AA8) is unknown color: approx Purple Heart. HEX triplet: 55, 2A and A8. RGB value is (85,42,168). Sum of RGB (Red+Green+Blue) = 85+42+168=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #552AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AA8 is #AAD557. Grayscale: #444444. Windows color (decimal): -11195736 or 11020885. OLE color: 11020885.

HSL color Cylindrical-coordinate representation of color #552AA8: hue angle of 260.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552AA8 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8542168-
CMYK0.490.7500.34
HSL260.48º60%41.18%-
HSV(B)260.48º75%65.88%-
XYZ11.646.4137.67-
YUV69.22183.75139.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 168 (66.02% from 255) = 56.95%
R=28.81%
G=14.24%
B=56.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85421680.490.7500.34260.486041.18
Hex552AA8314B0221043c29
Octal12552250611130424047451
Binary10101011010101010100011000110010110100010100000100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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