#5708AE

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

Shades of Purple Heart #5708AE

Tints of Purple Heart #5708AE

Color information

#5708AE (or 0x5708AE) is unknown color: approx Purple Heart. HEX triplet: 57, 08 and AE. RGB value is (87,8,174). Sum of RGB (Red+Green+Blue) = 87+8+174=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #5708AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5708AE is #A8F751. Grayscale: #313131. Windows color (decimal): -11073362 or 11405399. OLE color: 11405399.

HSL color Cylindrical-coordinate representation of color #5708AE: hue angle of 268.55º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5708AE is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB878174-
CMYK0.50.9500.32
HSL268.55º91.21%35.69%-
HSV(B)268.55º95.4%68.24%-
XYZ11.665.2640.44-
YUV50.54197.67154-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=32.34%
G=2.97%
B=64.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8781740.50.9500.32268.5591.2135.69
Hex578AE325F02010d5b24
Octal127102566213704041513344
Binary1010111100010101110110010101111101000001000011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5708AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5708AE; }

 p { color: rgb(87,8,174); }

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

<style>
 a { background-color: #5708AE; }

 a { background-color: rgb(87,8,174); }

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

<style>
 span { border-color: #5708AE; }

 span { border-color: rgb(87,8,174); }

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