#5031B2

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

Shades of Purple Heart #5031B2

Tints of Purple Heart #5031B2

Color information

#5031B2 (or 0x5031B2) is unknown color: approx Purple Heart. HEX triplet: 50, 31 and B2. RGB value is (80,49,178). Sum of RGB (Red+Green+Blue) = 80+49+178=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #5031B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5031B2 is #AFCE4D. Grayscale: #484848. Windows color (decimal): -11521614 or 11678032. OLE color: 11678032.

HSL color Cylindrical-coordinate representation of color #5031B2: hue angle of 254.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5031B2 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8049178-
CMYK0.550.7200.30
HSL254.42º56.83%44.51%-
HSV(B)254.42º72.47%69.8%-
XYZ12.447.1242.84-
YUV72.97187.27133.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 178 (69.92% from 255) = 57.98%
R=26.06%
G=15.96%
B=57.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80491780.550.7200.30254.4256.8344.51
Hex5031B2374801Efe392d
Octal12061262671100363767155
Binary101000011000110110010110111100100001111011111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5031B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5031B2; }

 p { color: rgb(80,49,178); }

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

<style>
 a { background-color: #5031B2; }

 a { background-color: rgb(80,49,178); }

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

<style>
 span { border-color: #5031B2; }

 span { border-color: rgb(80,49,178); }

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