#502EC4

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

Shades of Purple Heart #502EC4

Tints of Purple Heart #502EC4

Color information

#502EC4 (or 0x502EC4) is unknown color: approx Purple Heart. HEX triplet: 50, 2E and C4. RGB value is (80,46,196). Sum of RGB (Red+Green+Blue) = 80+46+196=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #502EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EC4 is #AFD13B. Grayscale: #484848. Windows color (decimal): -11522364 or 12856912. OLE color: 12856912.

HSL color Cylindrical-coordinate representation of color #502EC4: hue angle of 253.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502EC4 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8046196-
CMYK0.590.7700.23
HSL253.6º61.98%47.45%-
HSV(B)253.6º76.53%76.86%-
XYZ14.257.6452.95-
YUV73.27197.26132.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 46 (18.36% from 255) = 14.29%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=24.84%
G=14.29%
B=60.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80461960.590.7700.23253.661.9847.45
Hex502EC43B4D017fe3e2f
Octal12056304731150273767657
Binary101000010111011000100111011100110101011111111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502EC4; }

 p { color: rgb(80,46,196); }

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

<style>
 a { background-color: #502EC4; }

 a { background-color: rgb(80,46,196); }

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

<style>
 span { border-color: #502EC4; }

 span { border-color: rgb(80,46,196); }

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