#5127BE

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

Shades of Purple Heart #5127BE

Tints of Purple Heart #5127BE

Color information

#5127BE (or 0x5127BE) is unknown color: approx Purple Heart. HEX triplet: 51, 27 and BE. RGB value is (81,39,190). Sum of RGB (Red+Green+Blue) = 81+39+190=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #5127BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127BE is #AED841. Grayscale: #444444. Windows color (decimal): -11458626 or 12461905. OLE color: 12461905.

HSL color Cylindrical-coordinate representation of color #5127BE: hue angle of 256.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5127BE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8139190-
CMYK0.570.7900.25
HSL256.69º65.94%44.9%-
HSV(B)256.69º79.47%74.51%-
XYZ13.416.9249.34-
YUV68.77196.41136.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=26.13%
G=12.58%
B=61.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81391900.570.7900.25256.6965.9444.9
Hex5127BE394F019101422d
Octal121472767111703140110255
Binary10100011001111011111011100110011110110011000000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5127BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5127BE; }

 p { color: rgb(81,39,190); }

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

<style>
 a { background-color: #5127BE; }

 a { background-color: rgb(81,39,190); }

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

<style>
 span { border-color: #5127BE; }

 span { border-color: rgb(81,39,190); }

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