#5705C1

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

Shades of Purple Heart #5705C1

Tints of Purple Heart #5705C1

Color information

#5705C1 (or 0x5705C1) is unknown color: approx Purple Heart. HEX triplet: 57, 05 and C1. RGB value is (87,5,193). Sum of RGB (Red+Green+Blue) = 87+5+193=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #5705C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705C1 is #A8FA3E. Grayscale: #323232. Windows color (decimal): -11074111 or 12649815. OLE color: 12649815.

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

Color convert

RGB875193-
CMYK0.550.9700.24
HSL266.17º94.95%38.82%-
HSV(B)266.17º97.41%75.69%-
XYZ13.615.9950.89-
YUV50.95208.17153.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 193 (75.78% from 255) = 67.72%
R=30.53%
G=1.75%
B=67.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8751930.550.9700.24266.1794.9538.82
Hex575C1376101810a5f27
Octal12753016714103041213747
Binary10101111011100000111011111000010110001000010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5705C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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