#5119B9

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

Shades of Purple Heart #5119B9

Tints of Purple Heart #5119B9

Color information

#5119B9 (or 0x5119B9) is unknown color: approx Purple Heart. HEX triplet: 51, 19 and B9. RGB value is (81,25,185). Sum of RGB (Red+Green+Blue) = 81+25+185=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #5119B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5119B9 is #AEE646. Grayscale: #3B3B3B. Windows color (decimal): -11462215 or 12130641. OLE color: 12130641.

HSL color Cylindrical-coordinate representation of color #5119B9: hue angle of 261º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5119B9 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8125185-
CMYK0.560.8600.27
HSL261º76.19%41.18%-
HSV(B)261º86.49%72.55%-
XYZ12.55.9546.39-
YUV59.98198.55142.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 185 (72.66% from 255) = 63.57%
R=27.84%
G=8.59%
B=63.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81251850.560.8600.2726176.1941.18
Hex5119B9385601B1054c29
Octal121312717012603340511451
Binary1010001110011011100111100010101100110111000001011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5119B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5119B9; }

 p { color: rgb(81,25,185); }

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

<style>
 a { background-color: #5119B9; }

 a { background-color: rgb(81,25,185); }

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

<style>
 span { border-color: #5119B9; }

 span { border-color: rgb(81,25,185); }

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