#5710AD

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

Shades of Purple Heart #5710AD

Tints of Purple Heart #5710AD

Color information

#5710AD (or 0x5710AD) is unknown color: approx Purple Heart. HEX triplet: 57, 10 and AD. RGB value is (87,16,173). Sum of RGB (Red+Green+Blue) = 87+16+173=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #5710AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5710AD is #A8EF52. Grayscale: #363636. Windows color (decimal): -11071315 or 11341911. OLE color: 11341911.

HSL color Cylindrical-coordinate representation of color #5710AD: hue angle of 267.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5710AD is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8716173-
CMYK0.500.9100.32
HSL267.13º83.07%37.06%-
HSV(B)267.13º90.75%67.84%-
XYZ11.665.4139.97-
YUV55.13194.52150.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 173 (67.97% from 255) = 62.68%
R=31.52%
G=5.80%
B=62.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87161730.500.9100.32267.1383.0737.06
Hex5710AD325B02010b5325
Octal127202556213304041312345
Binary10101111000010101101110010101101101000001000010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5710AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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