#5106B9

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

Shades of Purple Heart #5106B9

Tints of Purple Heart #5106B9

Color information

#5106B9 (or 0x5106B9) is unknown color: approx Purple Heart. HEX triplet: 51, 06 and B9. RGB value is (81,6,185). Sum of RGB (Red+Green+Blue) = 81+6+185=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #5106B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5106B9 is #AEF946. Grayscale: #303030. Windows color (decimal): -11467079 or 12125777. OLE color: 12125777.

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

Color convert

RGB816185-
CMYK0.560.9700.27
HSL265.14º93.72%37.45%-
HSV(B)265.14º96.76%72.55%-
XYZ12.225.3846.29-
YUV48.83204.85150.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 185 (72.66% from 255) = 68.01%
R=29.78%
G=2.21%
B=68.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8161850.560.9700.27265.1493.7237.45
Hex516B9386101B1095e25
Octal12162717014103341113645
Binary10100011101011100111100011000010110111000010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5106B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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