#5118BD

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

Shades of Purple Heart #5118BD

Tints of Purple Heart #5118BD

Color information

#5118BD (or 0x5118BD) is unknown color: approx Purple Heart. HEX triplet: 51, 18 and BD. RGB value is (81,24,189). Sum of RGB (Red+Green+Blue) = 81+24+189=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #5118BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118BD is #AEE742. Grayscale: #3B3B3B. Windows color (decimal): -11462467 or 12392529. OLE color: 12392529.

HSL color Cylindrical-coordinate representation of color #5118BD: hue angle of 260.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5118BD is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8124189-
CMYK0.570.8700.26
HSL260.73º77.46%41.76%-
HSV(B)260.73º87.3%74.12%-
XYZ12.916.0848.64-
YUV59.85200.88143.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=27.55%
G=8.16%
B=64.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81241890.570.8700.26260.7377.4641.76
Hex5118BD395701A1054d2a
Octal121302757112703240511552
Binary1010001110001011110111100110101110110101000001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5118BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5118BD; }

 p { color: rgb(81,24,189); }

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

<style>
 a { background-color: #5118BD; }

 a { background-color: rgb(81,24,189); }

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

<style>
 span { border-color: #5118BD; }

 span { border-color: rgb(81,24,189); }

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