#5129C0

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

Shades of Purple Heart #5129C0

Tints of Purple Heart #5129C0

Color information

#5129C0 (or 0x5129C0) is unknown color: approx Purple Heart. HEX triplet: 51, 29 and C0. RGB value is (81,41,192). Sum of RGB (Red+Green+Blue) = 81+41+192=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #5129C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129C0 is #AED63F. Grayscale: #454545. Windows color (decimal): -11458112 or 12593489. OLE color: 12593489.

HSL color Cylindrical-coordinate representation of color #5129C0: hue angle of 255.89º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5129C0 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8141192-
CMYK0.580.7900.25
HSL255.89º64.81%45.69%-
HSV(B)255.89º78.65%75.29%-
XYZ13.77.1450.53-
YUV70.17196.75135.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=25.80%
G=13.06%
B=61.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81411920.580.7900.25255.8964.8145.69
Hex5129C03A4F019100412e
Octal121513007211703140010156
Binary10100011010011100000011101010011110110011000000001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5129C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5129C0; }

 p { color: rgb(81,41,192); }

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

<style>
 a { background-color: #5129C0; }

 a { background-color: rgb(81,41,192); }

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

<style>
 span { border-color: #5129C0; }

 span { border-color: rgb(81,41,192); }

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