#5712BF

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

Shades of Purple Heart #5712BF

Tints of Purple Heart #5712BF

Color information

#5712BF (or 0x5712BF) is unknown color: approx Purple Heart. HEX triplet: 57, 12 and BF. RGB value is (87,18,191). Sum of RGB (Red+Green+Blue) = 87+18+191=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5712BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5712BF is #A8ED40. Grayscale: #393939. Windows color (decimal): -11070785 or 12522071. OLE color: 12522071.

HSL color Cylindrical-coordinate representation of color #5712BF: hue angle of 263.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5712BF is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8718191-
CMYK0.540.9100.25
HSL263.93º82.78%40.98%-
HSV(B)263.93º90.58%74.9%-
XYZ13.556.2249.78-
YUV58.35202.86148.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 18 (7.42% from 255) = 6.08%
BLUE value IS 191 (75% from 255) = 64.53%
R=29.39%
G=6.08%
B=64.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87181910.540.9100.25263.9382.7840.98
Hex5712BF365B0191085329
Octal127222776613303141012351
Binary1010111100101011111111011010110110110011000010001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5712BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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