#5032AC

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

Shades of Purple Heart #5032AC

Tints of Purple Heart #5032AC

Color information

#5032AC (or 0x5032AC) is unknown color: approx Purple Heart. HEX triplet: 50, 32 and AC. RGB value is (80,50,172). Sum of RGB (Red+Green+Blue) = 80+50+172=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #5032AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5032AC is #AFCD53. Grayscale: #484848. Windows color (decimal): -11521364 or 11285072. OLE color: 11285072.

HSL color Cylindrical-coordinate representation of color #5032AC: hue angle of 254.75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5032AC is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8050172-
CMYK0.530.7100.33
HSL254.75º54.95%43.53%-
HSV(B)254.75º70.93%67.45%-
XYZ11.96.9739.75-
YUV72.88183.94133.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=26.49%
G=16.56%
B=56.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80501720.530.7100.33254.7554.9543.53
Hex5032AC3547021ff372c
Octal12062254651070413776754
Binary1010000110010101011001101011000111010000111111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5032AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,50,172); }

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

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

 a { background-color: rgb(80,50,172); }

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

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

 span { border-color: rgb(80,50,172); }

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