#502DC2

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

Shades of Purple Heart #502DC2

Tints of Purple Heart #502DC2

Color information

#502DC2 (or 0x502DC2) is unknown color: approx Purple Heart. HEX triplet: 50, 2D and C2. RGB value is (80,45,194). Sum of RGB (Red+Green+Blue) = 80+45+194=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #502DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DC2 is #AFD23D. Grayscale: #474747. Windows color (decimal): -11522622 or 12725584. OLE color: 12725584.

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

Color convert

RGB8045194-
CMYK0.590.7700.24
HSL254.09º62.34%46.86%-
HSV(B)254.09º76.8%76.08%-
XYZ13.987.4851.75-
YUV72.45196.6133.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=25.08%
G=14.11%
B=60.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80451940.590.7700.24254.0962.3446.86
Hex502DC23B4D018fe3e2f
Octal12055302731150303767657
Binary101000010110111000010111011100110101100011111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,45,194); }

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

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

 a { background-color: rgb(80,45,194); }

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

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

 span { border-color: rgb(80,45,194); }

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