#5713B4

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

Shades of Purple Heart #5713B4

Tints of Purple Heart #5713B4

Color information

#5713B4 (or 0x5713B4) is unknown color: approx Purple Heart. HEX triplet: 57, 13 and B4. RGB value is (87,19,180). Sum of RGB (Red+Green+Blue) = 87+19+180=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #5713B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713B4 is #A8EC4B. Grayscale: #393939. Windows color (decimal): -11070540 or 11801431. OLE color: 11801431.

HSL color Cylindrical-coordinate representation of color #5713B4: hue angle of 265.34º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5713B4 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8719180-
CMYK0.520.8900.29
HSL265.34º80.9%39.02%-
HSV(B)265.34º89.44%70.59%-
XYZ12.45.7943.64-
YUV57.69197.03148.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 180 (70.70% from 255) = 62.94%
R=30.42%
G=6.64%
B=62.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87191800.520.8900.29265.3480.939.02
Hex5713B4345901D1095127
Octal127232646413103541112147
Binary1010111100111011010011010010110010111011000010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5713B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5713B4; }

 p { color: rgb(87,19,180); }

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

<style>
 a { background-color: #5713B4; }

 a { background-color: rgb(87,19,180); }

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

<style>
 span { border-color: #5713B4; }

 span { border-color: rgb(87,19,180); }

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