#5737BE

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

Shades of Purple Heart #5737BE

Tints of Purple Heart #5737BE

Color information

#5737BE (or 0x5737BE) is unknown color: approx Purple Heart. HEX triplet: 57, 37 and BE. RGB value is (87,55,190). Sum of RGB (Red+Green+Blue) = 87+55+190=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #5737BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5737BE is #A8C841. Grayscale: #4F4F4F. Windows color (decimal): -11061314 or 12466007. OLE color: 12466007.

HSL color Cylindrical-coordinate representation of color #5737BE: hue angle of 254.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5737BE is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8755190-
CMYK0.540.7100.25
HSL254.22º55.1%48.04%-
HSV(B)254.22º71.05%74.51%-
XYZ14.598.4849.58-
YUV79.96190.1133.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=26.20%
G=16.57%
B=57.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87551900.540.7100.25254.2255.148.04
Hex5737BE3647019fe3730
Octal12767276661070313766760
Binary101011111011110111110110110100011101100111111110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5737BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5737BE; }

 p { color: rgb(87,55,190); }

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

<style>
 a { background-color: #5737BE; }

 a { background-color: rgb(87,55,190); }

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

<style>
 span { border-color: #5737BE; }

 span { border-color: rgb(87,55,190); }

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