#5120B1

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

Shades of Purple Heart #5120B1

Tints of Purple Heart #5120B1

Color information

#5120B1 (or 0x5120B1) is unknown color: approx Purple Heart. HEX triplet: 51, 20 and B1. RGB value is (81,32,177). Sum of RGB (Red+Green+Blue) = 81+32+177=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #5120B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5120B1 is #AEDF4E. Grayscale: #3E3E3E. Windows color (decimal): -11460431 or 11608145. OLE color: 11608145.

HSL color Cylindrical-coordinate representation of color #5120B1: hue angle of 260.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5120B1 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8132177-
CMYK0.540.8200.31
HSL260.28º69.38%40.98%-
HSV(B)260.28º81.92%69.41%-
XYZ11.855.9642.12-
YUV63.18192.23140.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 177 (69.53% from 255) = 61.03%
R=27.93%
G=11.03%
B=61.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81321770.540.8200.31260.2869.3840.98
Hex5120B1365201F1044529
Octal121402616612203740410551
Binary10100011000001011000111011010100100111111000001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5120B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5120B1; }

 p { color: rgb(81,32,177); }

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

<style>
 a { background-color: #5120B1; }

 a { background-color: rgb(81,32,177); }

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

<style>
 span { border-color: #5120B1; }

 span { border-color: rgb(81,32,177); }

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