#5136AD

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

Shades of Purple Heart #5136AD

Tints of Purple Heart #5136AD

Color information

#5136AD (or 0x5136AD) is unknown color: approx Purple Heart. HEX triplet: 51, 36 and AD. RGB value is (81,54,173). Sum of RGB (Red+Green+Blue) = 81+54+173=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5136AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AD is #AEC952. Grayscale: #4B4B4B. Windows color (decimal): -11454803 or 11351633. OLE color: 11351633.

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

Color convert

RGB8154173-
CMYK0.530.6900.32
HSL253.61º52.42%44.51%-
HSV(B)253.61º68.79%67.84%-
XYZ12.267.440.32-
YUV75.64182.95131.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=26.30%
G=17.53%
B=56.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81541730.530.6900.32253.6152.4244.51
Hex5136AD3545020fe342d
Octal12166255651050403766455
Binary1010001110110101011011101011000101010000011111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5136AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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