#5739D0

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

Shades of Purple Heart #5739D0

Tints of Purple Heart #5739D0

Color information

#5739D0 (or 0x5739D0) is unknown color: approx Purple Heart. HEX triplet: 57, 39 and D0. RGB value is (87,57,208). Sum of RGB (Red+Green+Blue) = 87+57+208=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #5739D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5739D0 is #A8C62F. Grayscale: #525252. Windows color (decimal): -11060784 or 13646167. OLE color: 13646167.

HSL color Cylindrical-coordinate representation of color #5739D0: hue angle of 251.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5739D0 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8757208-
CMYK0.580.7300.18
HSL251.92º61.63%51.96%-
HSV(B)251.92º72.6%81.57%-
XYZ16.789.5160.63-
YUV83.18198.44130.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 208 (81.64% from 255) = 59.09%
R=24.72%
G=16.19%
B=59.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87572080.580.7300.18251.9261.6351.96
Hex5739D03A49012fc3e34
Octal12771320721110223747664
Binary101011111100111010000111010100100101001011111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5739D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5739D0; }

 p { color: rgb(87,57,208); }

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

<style>
 a { background-color: #5739D0; }

 a { background-color: rgb(87,57,208); }

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

<style>
 span { border-color: #5739D0; }

 span { border-color: rgb(87,57,208); }

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