#5138B4

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

Shades of Purple Heart #5138B4

Tints of Purple Heart #5138B4

Color information

#5138B4 (or 0x5138B4) is unknown color: approx Purple Heart. HEX triplet: 51, 38 and B4. RGB value is (81,56,180). Sum of RGB (Red+Green+Blue) = 81+56+180=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #5138B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138B4 is #AEC74B. Grayscale: #4D4D4D. Windows color (decimal): -11454284 or 11810897. OLE color: 11810897.

HSL color Cylindrical-coordinate representation of color #5138B4: hue angle of 252.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5138B4 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8156180-
CMYK0.550.6900.29
HSL252.1º52.54%46.27%-
HSV(B)252.1º68.89%70.59%-
XYZ13.057.8744.01-
YUV77.61185.78130.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=25.55%
G=17.67%
B=56.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81561800.550.6900.29252.152.5446.27
Hex5138B4374501Dfc352e
Octal12170264671050353746556
Binary101000111100010110100110111100010101110111111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5138B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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