#5138BE

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

Shades of Purple Heart #5138BE

Tints of Purple Heart #5138BE

Color information

#5138BE (or 0x5138BE) is unknown color: approx Purple Heart. HEX triplet: 51, 38 and BE. RGB value is (81,56,190). Sum of RGB (Red+Green+Blue) = 81+56+190=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5138BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138BE is #AEC741. Grayscale: #4E4E4E. Windows color (decimal): -11454274 or 12466257. OLE color: 12466257.

HSL color Cylindrical-coordinate representation of color #5138BE: hue angle of 251.19º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5138BE is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8156190-
CMYK0.570.7100.25
HSL251.19º54.47%48.24%-
HSV(B)251.19º70.53%74.51%-
XYZ14.18.349.57-
YUV78.75190.78129.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=24.77%
G=17.13%
B=58.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81561900.570.7100.25251.1954.4748.24
Hex5138BE3947019fb3630
Octal12170276711070313736660
Binary101000111100010111110111001100011101100111111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5138BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5138BE; }

 p { color: rgb(81,56,190); }

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

<style>
 a { background-color: #5138BE; }

 a { background-color: rgb(81,56,190); }

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

<style>
 span { border-color: #5138BE; }

 span { border-color: rgb(81,56,190); }

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