#5717BD

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

Shades of Purple Heart #5717BD

Tints of Purple Heart #5717BD

Color information

#5717BD (or 0x5717BD) is unknown color: approx Purple Heart. HEX triplet: 57, 17 and BD. RGB value is (87,23,189). Sum of RGB (Red+Green+Blue) = 87+23+189=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #5717BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5717BD is #A8E842. Grayscale: #3C3C3C. Windows color (decimal): -11069507 or 12392279. OLE color: 12392279.

HSL color Cylindrical-coordinate representation of color #5717BD: hue angle of 263.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5717BD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8723189-
CMYK0.540.8800.26
HSL263.13º78.3%41.57%-
HSV(B)263.13º87.83%74.12%-
XYZ13.426.3148.66-
YUV61.06200.2146.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 23 (9.38% from 255) = 7.69%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=29.10%
G=7.69%
B=63.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87231890.540.8800.26263.1378.341.57
Hex5717BD365801A1074e2a
Octal127272756613003240711652
Binary1010111101111011110111011010110000110101000001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5717BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5717BD; }

 p { color: rgb(87,23,189); }

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

<style>
 a { background-color: #5717BD; }

 a { background-color: rgb(87,23,189); }

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

<style>
 span { border-color: #5717BD; }

 span { border-color: rgb(87,23,189); }

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