#5032AD

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

Shades of Purple Heart #5032AD

Tints of Purple Heart #5032AD

Color information

#5032AD (or 0x5032AD) is unknown color: approx Purple Heart. HEX triplet: 50, 32 and AD. RGB value is (80,50,173). Sum of RGB (Red+Green+Blue) = 80+50+173=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5032AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5032AD is #AFCD52. Grayscale: #484848. Windows color (decimal): -11521363 or 11350608. OLE color: 11350608.

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

Color convert

RGB8050173-
CMYK0.540.7100.32
HSL254.63º55.16%43.73%-
HSV(B)254.63º71.1%67.84%-
XYZ11.99740.26-
YUV72.99184.44133-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=26.40%
G=16.50%
B=57.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80501730.540.7100.32254.6355.1643.73
Hex5032AD3647020ff372c
Octal12062255661070403776754
Binary1010000110010101011011101101000111010000011111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5032AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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