#5710B1

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

Shades of Purple Heart #5710B1

Tints of Purple Heart #5710B1

Color information

#5710B1 (or 0x5710B1) is unknown color: approx Purple Heart. HEX triplet: 57, 10 and B1. RGB value is (87,16,177). Sum of RGB (Red+Green+Blue) = 87+16+177=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #5710B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5710B1 is #A8EF4E. Grayscale: #373737. Windows color (decimal): -11071311 or 11604055. OLE color: 11604055.

HSL color Cylindrical-coordinate representation of color #5710B1: hue angle of 266.46º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5710B1 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8716177-
CMYK0.510.9100.31
HSL266.46º83.42%37.84%-
HSV(B)266.46º90.96%69.41%-
XYZ12.055.5742.04-
YUV55.58196.52150.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 177 (69.53% from 255) = 63.21%
R=31.07%
G=5.71%
B=63.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87161770.510.9100.31266.4683.4237.84
Hex5710B1335B01F10a5326
Octal127202616313303741212346
Binary1010111100001011000111001110110110111111000010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5710B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5710B1; }

 p { color: rgb(87,16,177); }

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

<style>
 a { background-color: #5710B1; }

 a { background-color: rgb(87,16,177); }

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

<style>
 span { border-color: #5710B1; }

 span { border-color: rgb(87,16,177); }

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