#5032CA

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

Shades of Purple Heart #5032CA

Tints of Purple Heart #5032CA

Color information

#5032CA (or 0x5032CA) is unknown color: approx Purple Heart. HEX triplet: 50, 32 and CA. RGB value is (80,50,202). Sum of RGB (Red+Green+Blue) = 80+50+202=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #5032CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032CA is #AFCD35. Grayscale: #4B4B4B. Windows color (decimal): -11521334 or 13251152. OLE color: 13251152.

HSL color Cylindrical-coordinate representation of color #5032CA: hue angle of 251.84º 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 #5032CA is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8050202-
CMYK0.600.7500.21
HSL251.84º60.32%49.41%-
HSV(B)251.84º75.25%79.22%-
XYZ15.118.2556.67-
YUV76.3198.94130.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=24.10%
G=15.06%
B=60.84%

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
Decimal80502020.600.7500.21251.8460.3249.41
Hex5032CA3C4B015fc3c31
Octal12062312741130253747461
Binary101000011001011001010111100100101101010111111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5032CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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