#5136BE

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

Shades of Purple Heart #5136BE

Tints of Purple Heart #5136BE

Color information

#5136BE (or 0x5136BE) is unknown color: approx Purple Heart. HEX triplet: 51, 36 and BE. RGB value is (81,54,190). Sum of RGB (Red+Green+Blue) = 81+54+190=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #5136BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136BE is #AEC941. Grayscale: #4D4D4D. Windows color (decimal): -11454786 or 12465745. OLE color: 12465745.

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

Color convert

RGB8154190-
CMYK0.570.7200.25
HSL251.91º55.74%47.84%-
HSV(B)251.91º71.58%74.51%-
XYZ14.018.1149.54-
YUV77.58191.45130.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=24.92%
G=16.62%
B=58.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81541900.570.7200.25251.9155.7447.84
Hex5136BE3948019fc3830
Octal12166276711100313747060
Binary101000111011010111110111001100100001100111111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5136BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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