#553DB8

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

Shades of Purple Heart #553DB8

Tints of Purple Heart #553DB8

Color information

#553DB8 (or 0x553DB8) is unknown color: approx Purple Heart. HEX triplet: 55, 3D and B8. RGB value is (85,61,184). Sum of RGB (Red+Green+Blue) = 85+61+184=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #553DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DB8 is #AAC247. Grayscale: #515151. Windows color (decimal): -11190856 or 12074325. OLE color: 12074325.

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

Color convert

RGB8561184-
CMYK0.540.6700.28
HSL251.71º50.2%48.04%-
HSV(B)251.71º66.85%72.16%-
XYZ14.078.7346.29-
YUV82.2185.45130-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 184 (72.27% from 255) = 55.76%
R=25.76%
G=18.48%
B=55.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85611840.540.6700.28251.7150.248.04
Hex553DB8364301Cfc3230
Octal12575270661030343746260
Binary101010111110110111000110110100001101110011111100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,184); }

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

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

 a { background-color: rgb(85,61,184); }

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

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

 span { border-color: rgb(85,61,184); }

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