#5537B1

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

Shades of Purple Heart #5537B1

Tints of Purple Heart #5537B1

Color information

#5537B1 (or 0x5537B1) is unknown color: approx Purple Heart. HEX triplet: 55, 37 and B1. RGB value is (85,55,177). Sum of RGB (Red+Green+Blue) = 85+55+177=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #5537B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537B1 is #AAC84E. Grayscale: #4D4D4D. Windows color (decimal): -11192399 or 11614037. OLE color: 11614037.

HSL color Cylindrical-coordinate representation of color #5537B1: hue angle of 254.75º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5537B1 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8555177-
CMYK0.520.6900.31
HSL254.75º52.59%45.49%-
HSV(B)254.75º68.93%69.41%-
XYZ13.057.8442.42-
YUV77.88183.94133.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=26.81%
G=17.35%
B=55.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85551770.520.6900.31254.7552.5945.49
Hex5537B1344501Fff352d
Octal12567261641050373776555
Binary101010111011110110001110100100010101111111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5537B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5537B1; }

 p { color: rgb(85,55,177); }

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

<style>
 a { background-color: #5537B1; }

 a { background-color: rgb(85,55,177); }

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

<style>
 span { border-color: #5537B1; }

 span { border-color: rgb(85,55,177); }

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