#500DCA

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

Shades of Purple Heart #500DCA

Tints of Purple Heart #500DCA

Color information

#500DCA (or 0x500DCA) is unknown color: approx Purple Heart. HEX triplet: 50, 0D and CA. RGB value is (80,13,202). Sum of RGB (Red+Green+Blue) = 80+13+202=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #500DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCA is #AFF235. Grayscale: #353535. Windows color (decimal): -11530806 or 13241680. OLE color: 13241680.

HSL color Cylindrical-coordinate representation of color #500DCA: hue angle of 261.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DCA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8013202-
CMYK0.600.9400.21
HSL261.27º87.91%42.16%-
HSV(B)261.27º93.56%79.22%-
XYZ14.116.2656.34-
YUV54.58211.2146.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 13 (5.47% from 255) = 4.41%
BLUE value IS 202 (79.30% from 255) = 68.47%
R=27.12%
G=4.41%
B=68.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80132020.600.9400.21261.2787.9142.16
Hex50DCA3C5E015105582a
Octal120153127413602540513052
Binary101000011011100101011110010111100101011000001011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500DCA; }

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

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

<style>
 a { background-color: #500DCA; }

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

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

<style>
 span { border-color: #500DCA; }

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

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