#5709AC

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

Shades of Purple Heart #5709AC

Tints of Purple Heart #5709AC

Color information

#5709AC (or 0x5709AC) is unknown color: approx Purple Heart. HEX triplet: 57, 09 and AC. RGB value is (87,9,172). Sum of RGB (Red+Green+Blue) = 87+9+172=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #5709AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5709AC is #A8F653. Grayscale: #323232. Windows color (decimal): -11073108 or 11274583. OLE color: 11274583.

HSL color Cylindrical-coordinate representation of color #5709AC: hue angle of 268.71º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5709AC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB879172-
CMYK0.490.9500.33
HSL268.71º90.06%35.49%-
HSV(B)268.71º94.77%67.45%-
XYZ11.475.239.43-
YUV50.9196.34153.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=32.46%
G=3.36%
B=64.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8791720.490.9500.33268.7190.0635.49
Hex579AC315F02110d5a23
Octal127112546113704141513243
Binary1010111100110101100110001101111101000011000011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5709AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5709AC; }

 p { color: rgb(87,9,172); }

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

<style>
 a { background-color: #5709AC; }

 a { background-color: rgb(87,9,172); }

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

<style>
 span { border-color: #5709AC; }

 span { border-color: rgb(87,9,172); }

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