#5715B4

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

Shades of Purple Heart #5715B4

Tints of Purple Heart #5715B4

Color information

#5715B4 (or 0x5715B4) is unknown color: approx Purple Heart. HEX triplet: 57, 15 and B4. RGB value is (87,21,180). Sum of RGB (Red+Green+Blue) = 87+21+180=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #5715B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715B4 is #A8EA4B. Grayscale: #3A3A3A. Windows color (decimal): -11070028 or 11801943. OLE color: 11801943.

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

Color convert

RGB8721180-
CMYK0.520.8800.29
HSL264.91º79.1%39.41%-
HSV(B)264.91º88.33%70.59%-
XYZ12.445.8643.66-
YUV58.86196.37148.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=30.21%
G=7.29%
B=62.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87211800.520.8800.29264.9179.139.41
Hex5715B4345801D1094f27
Octal127252646413003541111747
Binary1010111101011011010011010010110000111011000010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5715B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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