#5137B3

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

Shades of Purple Heart #5137B3

Tints of Purple Heart #5137B3

Color information

#5137B3 (or 0x5137B3) is unknown color: approx Purple Heart. HEX triplet: 51, 37 and B3. RGB value is (81,55,179). Sum of RGB (Red+Green+Blue) = 81+55+179=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #5137B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137B3 is #AEC84C. Grayscale: #4C4C4C. Windows color (decimal): -11454541 or 11745105. OLE color: 11745105.

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

Color convert

RGB8155179-
CMYK0.550.6900.30
HSL252.58º52.99%45.88%-
HSV(B)252.58º69.27%70.2%-
XYZ12.97.7443.46-
YUV76.91185.61130.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 179 (70.31% from 255) = 56.83%
R=25.71%
G=17.46%
B=56.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81551790.550.6900.30252.5852.9945.88
Hex5137B3374501Efd352e
Octal12167263671050363756556
Binary101000111011110110011110111100010101111011111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5137B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5137B3; }

 p { color: rgb(81,55,179); }

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

<style>
 a { background-color: #5137B3; }

 a { background-color: rgb(81,55,179); }

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

<style>
 span { border-color: #5137B3; }

 span { border-color: rgb(81,55,179); }

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