#5139AF

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

Shades of Purple Heart #5139AF

Tints of Purple Heart #5139AF

Color information

#5139AF (or 0x5139AF) is unknown color: approx Purple Heart. HEX triplet: 51, 39 and AF. RGB value is (81,57,175). Sum of RGB (Red+Green+Blue) = 81+57+175=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #5139AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AF is #AEC650. Grayscale: #4D4D4D. Windows color (decimal): -11454033 or 11483473. OLE color: 11483473.

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

Color convert

RGB8157175-
CMYK0.540.6700.31
HSL252.2º50.86%45.49%-
HSV(B)252.2º67.43%68.63%-
XYZ12.597.7741.39-
YUV77.63182.95130.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=25.88%
G=18.21%
B=55.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81571750.540.6700.31252.250.8645.49
Hex5139AF364301Ffc332d
Octal12171257661030373746355
Binary101000111100110101111110110100001101111111111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5139AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5139AF; }

 p { color: rgb(81,57,175); }

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

<style>
 a { background-color: #5139AF; }

 a { background-color: rgb(81,57,175); }

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

<style>
 span { border-color: #5139AF; }

 span { border-color: rgb(81,57,175); }

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