#5132CA

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

Shades of Purple Heart #5132CA

Tints of Purple Heart #5132CA

Color information

#5132CA (or 0x5132CA) is unknown color: approx Purple Heart. HEX triplet: 51, 32 and CA. RGB value is (81,50,202). Sum of RGB (Red+Green+Blue) = 81+50+202=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #5132CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5132CA is #AECD35. Grayscale: #4C4C4C. Windows color (decimal): -11455798 or 13251153. OLE color: 13251153.

HSL color Cylindrical-coordinate representation of color #5132CA: hue angle of 252.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5132CA is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8150202-
CMYK0.600.7500.21
HSL252.24º60.32%49.41%-
HSV(B)252.24º75.25%79.22%-
XYZ15.198.2956.68-
YUV76.6198.77131.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=24.32%
G=15.02%
B=60.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81502020.600.7500.21252.2460.3249.41
Hex5132CA3C4B015fc3c31
Octal12162312741130253747461
Binary101000111001011001010111100100101101010111111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5132CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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