#553EBA

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

Shades of Purple Heart #553EBA

Tints of Purple Heart #553EBA

Color information

#553EBA (or 0x553EBA) is unknown color: approx Purple Heart. HEX triplet: 55, 3E and BA. RGB value is (85,62,186). Sum of RGB (Red+Green+Blue) = 85+62+186=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #553EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EBA is #AAC145. Grayscale: #525252. Windows color (decimal): -11190598 or 12205653. OLE color: 12205653.

HSL color Cylindrical-coordinate representation of color #553EBA: hue angle of 251.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553EBA is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8562186-
CMYK0.540.6700.27
HSL251.13º50%48.63%-
HSV(B)251.13º66.67%72.94%-
XYZ14.338.9247.42-
YUV83.01186.12129.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=25.53%
G=18.62%
B=55.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85621860.540.6700.27251.135048.63
Hex553EBA364301Bfb3231
Octal12576272661030333736261
Binary101010111111010111010110110100001101101111111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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