#5717C1

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

Shades of Purple Heart #5717C1

Tints of Purple Heart #5717C1

Color information

#5717C1 (or 0x5717C1) is unknown color: approx Purple Heart. HEX triplet: 57, 17 and C1. RGB value is (87,23,193). Sum of RGB (Red+Green+Blue) = 87+23+193=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #5717C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5717C1 is #A8E83E. Grayscale: #3C3C3C. Windows color (decimal): -11069503 or 12654423. OLE color: 12654423.

HSL color Cylindrical-coordinate representation of color #5717C1: hue angle of 262.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5717C1 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8723193-
CMYK0.550.8800.24
HSL262.59º78.7%42.35%-
HSV(B)262.59º88.08%75.69%-
XYZ13.866.4950.97-
YUV61.52202.2146.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 193 (75.78% from 255) = 63.70%
R=28.71%
G=7.59%
B=63.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87231930.550.8800.24262.5978.742.35
Hex5717C137580181074f2a
Octal127273016713003040711752
Binary1010111101111100000111011110110000110001000001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5717C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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