#5118C7

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

Shades of Purple Heart #5118C7

Tints of Purple Heart #5118C7

Color information

#5118C7 (or 0x5118C7) is unknown color: approx Purple Heart. HEX triplet: 51, 18 and C7. RGB value is (81,24,199). Sum of RGB (Red+Green+Blue) = 81+24+199=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 199 (78.12% from 255 or 65.46% from 304); Max value from RGB is 199 - color contains mainly: blue. Hex color #5118C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118C7 is #AEE738. Grayscale: #3C3C3C. Windows color (decimal): -11462457 or 13047889. OLE color: 13047889.

HSL color Cylindrical-coordinate representation of color #5118C7: hue angle of 259.54º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5118C7 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8124199-
CMYK0.590.8800.22
HSL259.54º78.48%43.73%-
HSV(B)259.54º87.94%78.04%-
XYZ14.036.5354.55-
YUV60.99205.88142.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 199 (78.12% from 255) = 65.46%
R=26.64%
G=7.89%
B=65.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81241990.590.8800.22259.5478.4843.73
Hex5118C73B580161044e2c
Octal121303077313002640411654
Binary1010001110001100011111101110110000101101000001001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5118C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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