#553DD1

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

Shades of Purple Heart #553DD1

Tints of Purple Heart #553DD1

Color information

#553DD1 (or 0x553DD1) is unknown color: approx Purple Heart. HEX triplet: 55, 3D and D1. RGB value is (85,61,209). Sum of RGB (Red+Green+Blue) = 85+61+209=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #553DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DD1 is #AAC22E. Grayscale: #545454. Windows color (decimal): -11190831 or 13712725. OLE color: 13712725.

HSL color Cylindrical-coordinate representation of color #553DD1: hue angle of 249.73º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553DD1 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8561209-
CMYK0.590.7100.18
HSL249.73º61.67%52.94%-
HSV(B)249.73º70.81%81.96%-
XYZ16.929.8761.34-
YUV85.05197.95127.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=23.94%
G=17.18%
B=58.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85612090.590.7100.18249.7361.6752.94
Hex553DD13B47012fa3e35
Octal12575321731070223727665
Binary101010111110111010001111011100011101001011111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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