#5118B3

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

Shades of Purple Heart #5118B3

Tints of Purple Heart #5118B3

Color information

#5118B3 (or 0x5118B3) is unknown color: approx Purple Heart. HEX triplet: 51, 18 and B3. RGB value is (81,24,179). Sum of RGB (Red+Green+Blue) = 81+24+179=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #5118B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118B3 is #AEE74C. Grayscale: #3A3A3A. Windows color (decimal): -11462477 or 11737169. OLE color: 11737169.

HSL color Cylindrical-coordinate representation of color #5118B3: hue angle of 262.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5118B3 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8124179-
CMYK0.550.8700.30
HSL262.06º76.35%39.8%-
HSV(B)262.06º86.59%70.2%-
XYZ11.865.6643.11-
YUV58.71195.88143.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 179 (70.31% from 255) = 63.03%
R=28.52%
G=8.45%
B=63.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81241790.550.8700.30262.0676.3539.8
Hex5118B3375701E1064c28
Octal121302636712703640611450
Binary1010001110001011001111011110101110111101000001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5118B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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