#553EB4

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

Shades of Purple Heart #553EB4

Tints of Purple Heart #553EB4

Color information

#553EB4 (or 0x553EB4) is unknown color: approx Purple Heart. HEX triplet: 55, 3E and B4. RGB value is (85,62,180). Sum of RGB (Red+Green+Blue) = 85+62+180=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #553EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EB4 is #AAC14B. Grayscale: #515151. Windows color (decimal): -11190604 or 11812437. OLE color: 11812437.

HSL color Cylindrical-coordinate representation of color #553EB4: hue angle of 251.69º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553EB4 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8562180-
CMYK0.530.6600.29
HSL251.69º48.76%47.45%-
HSV(B)251.69º65.56%70.59%-
XYZ13.718.6744.13-
YUV82.33183.12129.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=25.99%
G=18.96%
B=55.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85621800.530.6600.29251.6948.7647.45
Hex553EB4354201Dfc312f
Octal12576264651020353746157
Binary101010111111010110100110101100001001110111111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,62,180); }

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

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

 a { background-color: rgb(85,62,180); }

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

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

 span { border-color: rgb(85,62,180); }

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