#5111B2

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

Shades of Purple Heart #5111B2

Tints of Purple Heart #5111B2

Color information

#5111B2 (or 0x5111B2) is unknown color: approx Purple Heart. HEX triplet: 51, 11 and B2. RGB value is (81,17,178). Sum of RGB (Red+Green+Blue) = 81+17+178=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 178 (69.92% from 255 or 64.49% from 276); Max value from RGB is 178 - color contains mainly: blue. Hex color #5111B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5111B2 is #AEEE4D. Grayscale: #353535. Windows color (decimal): -11464270 or 11669841. OLE color: 11669841.

HSL color Cylindrical-coordinate representation of color #5111B2: hue angle of 263.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5111B2 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8117178-
CMYK0.540.9000.30
HSL263.85º82.56%38.24%-
HSV(B)263.85º90.45%69.8%-
XYZ11.635.3642.54-
YUV54.49197.7146.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 178 (69.92% from 255) = 64.49%
R=29.35%
G=6.16%
B=64.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81171780.540.9000.30263.8582.5638.24
Hex5111B2365A01E1085326
Octal121212626613203641012346
Binary1010001100011011001011011010110100111101000010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5111B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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