#5713C0

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

Shades of Purple Heart #5713C0

Tints of Purple Heart #5713C0

Color information

#5713C0 (or 0x5713C0) is unknown color: approx Purple Heart. HEX triplet: 57, 13 and C0. RGB value is (87,19,192). Sum of RGB (Red+Green+Blue) = 87+19+192=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #5713C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713C0 is #A8EC3F. Grayscale: #3A3A3A. Windows color (decimal): -11070528 or 12587863. OLE color: 12587863.

HSL color Cylindrical-coordinate representation of color #5713C0: hue angle of 263.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5713C0 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8719192-
CMYK0.550.9000.25
HSL263.58º81.99%41.37%-
HSV(B)263.58º90.1%75.29%-
XYZ13.686.350.36-
YUV59.05203.03147.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 192 (75.39% from 255) = 64.43%
R=29.19%
G=6.38%
B=64.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87191920.550.9000.25263.5881.9941.37
Hex5713C0375A0191085229
Octal127233006713203141012251
Binary1010111100111100000011011110110100110011000010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5713C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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