#5537BC

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

Shades of Purple Heart #5537BC

Tints of Purple Heart #5537BC

Color information

#5537BC (or 0x5537BC) is unknown color: approx Purple Heart. HEX triplet: 55, 37 and BC. RGB value is (85,55,188). Sum of RGB (Red+Green+Blue) = 85+55+188=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #5537BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537BC is #AAC843. Grayscale: #4E4E4E. Windows color (decimal): -11192388 or 12334933. OLE color: 12334933.

HSL color Cylindrical-coordinate representation of color #5537BC: hue angle of 253.53º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5537BC is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8555188-
CMYK0.550.7100.26
HSL253.53º54.73%47.65%-
HSV(B)253.53º70.74%73.73%-
XYZ14.198.2948.43-
YUV79.13189.44132.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=25.91%
G=16.77%
B=57.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85551880.550.7100.26253.5354.7347.65
Hex5537BC374701Afe3730
Octal12567274671070323766760
Binary101010111011110111100110111100011101101011111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5537BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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