#552EA9

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

Shades of Purple Heart #552EA9

Tints of Purple Heart #552EA9

Color information

#552EA9 (or 0x552EA9) is unknown color: approx Purple Heart. HEX triplet: 55, 2E and A9. RGB value is (85,46,169). Sum of RGB (Red+Green+Blue) = 85+46+169=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #552EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EA9 is #AAD156. Grayscale: #474747. Windows color (decimal): -11194711 or 11087445. OLE color: 11087445.

HSL color Cylindrical-coordinate representation of color #552EA9: hue angle of 259.02º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552EA9 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8546169-
CMYK0.500.7300.34
HSL259.02º57.21%42.16%-
HSV(B)259.02º72.78%66.27%-
XYZ11.886.7538.21-
YUV71.68182.92137.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 169 (66.41% from 255) = 56.33%
R=28.33%
G=15.33%
B=56.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85461690.500.7300.34259.0257.2142.16
Hex552EA93249022103392a
Octal12556251621110424037152
Binary10101011011101010100111001010010010100010100000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,169); }

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

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

 a { background-color: rgb(85,46,169); }

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

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

 span { border-color: rgb(85,46,169); }

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