#502DB9

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

Shades of Purple Heart #502DB9

Tints of Purple Heart #502DB9

Color information

#502DB9 (or 0x502DB9) is unknown color: approx Purple Heart. HEX triplet: 50, 2D and B9. RGB value is (80,45,185). Sum of RGB (Red+Green+Blue) = 80+45+185=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #502DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DB9 is #AFD246. Grayscale: #464646. Windows color (decimal): -11522631 or 12135760. OLE color: 12135760.

HSL color Cylindrical-coordinate representation of color #502DB9: hue angle of 255º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502DB9 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8045185-
CMYK0.570.7600.27
HSL255º60.87%45.1%-
HSV(B)255º75.68%72.55%-
XYZ137.0946.58-
YUV71.42192.1134.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 185 (72.66% from 255) = 59.68%
R=25.81%
G=14.52%
B=59.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80451850.570.7600.2725560.8745.1
Hex502DB9394C01Bff3d2d
Octal12055271711140333777555
Binary101000010110110111001111001100110001101111111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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