#5712BA

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

Shades of Purple Heart #5712BA

Tints of Purple Heart #5712BA

Color information

#5712BA (or 0x5712BA) is unknown color: approx Purple Heart. HEX triplet: 57, 12 and BA. RGB value is (87,18,186). Sum of RGB (Red+Green+Blue) = 87+18+186=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5712BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5712BA is #A8ED45. Grayscale: #393939. Windows color (decimal): -11070790 or 12194391. OLE color: 12194391.

HSL color Cylindrical-coordinate representation of color #5712BA: hue angle of 264.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5712BA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8718186-
CMYK0.530.9000.27
HSL264.64º82.35%40%-
HSV(B)264.64º90.32%72.94%-
XYZ13.01646.93-
YUV57.78200.36148.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=29.90%
G=6.19%
B=63.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87181860.530.9000.27264.6482.3540
Hex5712BA355A01B1095228
Octal127222726513203341112250
Binary1010111100101011101011010110110100110111000010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5712BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5712BA; }

 p { color: rgb(87,18,186); }

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

<style>
 a { background-color: #5712BA; }

 a { background-color: rgb(87,18,186); }

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

<style>
 span { border-color: #5712BA; }

 span { border-color: rgb(87,18,186); }

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