#5134AD

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

Shades of Purple Heart #5134AD

Tints of Purple Heart #5134AD

Color information

#5134AD (or 0x5134AD) is unknown color: approx Purple Heart. HEX triplet: 51, 34 and AD. RGB value is (81,52,173). Sum of RGB (Red+Green+Blue) = 81+52+173=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #5134AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5134AD is #AECB52. Grayscale: #4A4A4A. Windows color (decimal): -11455315 or 11351121. OLE color: 11351121.

HSL color Cylindrical-coordinate representation of color #5134AD: hue angle of 254.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5134AD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8152173-
CMYK0.530.7000.32
HSL254.38º53.78%44.12%-
HSV(B)254.38º69.94%67.84%-
XYZ12.167.2240.29-
YUV74.46183.61132.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=26.47%
G=16.99%
B=56.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81521730.530.7000.32254.3853.7844.12
Hex5134AD3546020fe362c
Octal12164255651060403766654
Binary1010001110100101011011101011000110010000011111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5134AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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