#5132C0

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

Shades of Purple Heart #5132C0

Tints of Purple Heart #5132C0

Color information

#5132C0 (or 0x5132C0) is unknown color: approx Purple Heart. HEX triplet: 51, 32 and C0. RGB value is (81,50,192). Sum of RGB (Red+Green+Blue) = 81+50+192=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #5132C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132C0 is #AECD3F. Grayscale: #4A4A4A. Windows color (decimal): -11455808 or 12595793. OLE color: 12595793.

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

Color convert

RGB8150192-
CMYK0.580.7400.25
HSL253.1º58.68%47.45%-
HSV(B)253.1º73.96%75.29%-
XYZ14.057.8450.64-
YUV75.46193.77131.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=25.08%
G=15.48%
B=59.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81501920.580.7400.25253.158.6847.45
Hex5132C03A4A019fd3b2f
Octal12162300721120313757357
Binary101000111001011000000111010100101001100111111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5132C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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