#5136C1

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

Shades of Purple Heart #5136C1

Tints of Purple Heart #5136C1

Color information

#5136C1 (or 0x5136C1) is unknown color: approx Purple Heart. HEX triplet: 51, 36 and C1. RGB value is (81,54,193). Sum of RGB (Red+Green+Blue) = 81+54+193=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #5136C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136C1 is #AEC93E. Grayscale: #4D4D4D. Windows color (decimal): -11454783 or 12662353. OLE color: 12662353.

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

Color convert

RGB8154193-
CMYK0.580.7200.24
HSL251.65º56.28%48.43%-
HSV(B)251.65º72.02%75.69%-
XYZ14.348.2451.29-
YUV77.92192.95130.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 193 (75.78% from 255) = 58.84%
R=24.70%
G=16.46%
B=58.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81541930.580.7200.24251.6556.2848.43
Hex5136C13A48018fc3830
Octal12166301721100303747060
Binary101000111011011000001111010100100001100011111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5136C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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