#502CC5

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

Shades of Purple Heart #502CC5

Tints of Purple Heart #502CC5

Color information

#502CC5 (or 0x502CC5) is unknown color: approx Purple Heart. HEX triplet: 50, 2C and C5. RGB value is (80,44,197). Sum of RGB (Red+Green+Blue) = 80+44+197=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 197 (77.34% from 255 or 61.37% from 321); Max value from RGB is 197 - color contains mainly: blue. Hex color #502CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CC5 is #AFD33A. Grayscale: #474747. Windows color (decimal): -11522875 or 12921936. OLE color: 12921936.

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

Color convert

RGB8044197-
CMYK0.590.7800.23
HSL254.12º63.49%47.25%-
HSV(B)254.12º77.66%77.25%-
XYZ14.297.5453.53-
YUV72.21198.43133.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 197 (77.34% from 255) = 61.37%
R=24.92%
G=13.71%
B=61.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80441970.590.7800.23254.1263.4947.25
Hex502CC53B4E017fe3f2f
Octal12054305731160273767757
Binary101000010110011000101111011100111001011111111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,197); }

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

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

 a { background-color: rgb(80,44,197); }

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

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

 span { border-color: rgb(80,44,197); }

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