#5705AF

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

Shades of Purple Heart #5705AF

Tints of Purple Heart #5705AF

Color information

#5705AF (or 0x5705AF) is unknown color: approx Purple Heart. HEX triplet: 57, 05 and AF. RGB value is (87,5,175). Sum of RGB (Red+Green+Blue) = 87+5+175=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #5705AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5705AF is #A8FA50. Grayscale: #303030. Windows color (decimal): -11074129 or 11470167. OLE color: 11470167.

HSL color Cylindrical-coordinate representation of color #5705AF: hue angle of 268.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5705AF is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB875175-
CMYK0.500.9700.31
HSL268.94º94.44%35.29%-
HSV(B)268.94º97.14%68.63%-
XYZ11.725.2340.95-
YUV48.9199.17155.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 175 (68.75% from 255) = 65.54%
R=32.58%
G=1.87%
B=65.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8751750.500.9700.31268.9494.4435.29
Hex575AF326101F10d5e23
Octal12752576214103741513643
Binary10101111011010111111001011000010111111000011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5705AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5705AF; }

 p { color: rgb(87,5,175); }

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

<style>
 a { background-color: #5705AF; }

 a { background-color: rgb(87,5,175); }

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

<style>
 span { border-color: #5705AF; }

 span { border-color: rgb(87,5,175); }

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