#5136B1

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

Shades of Purple Heart #5136B1

Tints of Purple Heart #5136B1

Color information

#5136B1 (or 0x5136B1) is unknown color: approx Purple Heart. HEX triplet: 51, 36 and B1. RGB value is (81,54,177). Sum of RGB (Red+Green+Blue) = 81+54+177=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #5136B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136B1 is #AEC94E. Grayscale: #4B4B4B. Windows color (decimal): -11454799 or 11613777. OLE color: 11613777.

HSL color Cylindrical-coordinate representation of color #5136B1: hue angle of 253.17º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5136B1 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8154177-
CMYK0.540.6900.31
HSL253.17º53.25%45.29%-
HSV(B)253.17º69.49%69.41%-
XYZ12.657.5642.39-
YUV76.1184.95131.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 177 (69.53% from 255) = 56.73%
R=25.96%
G=17.31%
B=56.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81541770.540.6900.31253.1753.2545.29
Hex5136B1364501Ffd352d
Octal12166261661050373756555
Binary101000111011010110001110110100010101111111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5136B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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