#5131B2

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

Shades of Purple Heart #5131B2

Tints of Purple Heart #5131B2

Color information

#5131B2 (or 0x5131B2) is unknown color: approx Purple Heart. HEX triplet: 51, 31 and B2. RGB value is (81,49,178). Sum of RGB (Red+Green+Blue) = 81+49+178=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #5131B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131B2 is #AECE4D. Grayscale: #484848. Windows color (decimal): -11456078 or 11678033. OLE color: 11678033.

HSL color Cylindrical-coordinate representation of color #5131B2: hue angle of 254.88º 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 #5131B2 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8149178-
CMYK0.540.7200.30
HSL254.88º56.83%44.51%-
HSV(B)254.88º72.47%69.8%-
XYZ12.537.1642.84-
YUV73.27187.1133.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 178 (69.92% from 255) = 57.79%
R=26.30%
G=15.91%
B=57.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81491780.540.7200.30254.8856.8344.51
Hex5131B2364801Eff392d
Octal12161262661100363777155
Binary101000111000110110010110110100100001111011111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5131B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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