#502DB3

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

Shades of Purple Heart #502DB3

Tints of Purple Heart #502DB3

Color information

#502DB3 (or 0x502DB3) is unknown color: approx Purple Heart. HEX triplet: 50, 2D and B3. RGB value is (80,45,179). Sum of RGB (Red+Green+Blue) = 80+45+179=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #502DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DB3 is #AFD24C. Grayscale: #464646. Windows color (decimal): -11522637 or 11742544. OLE color: 11742544.

HSL color Cylindrical-coordinate representation of color #502DB3: hue angle of 255.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502DB3 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8045179-
CMYK0.550.7500.30
HSL255.67º59.82%43.92%-
HSV(B)255.67º74.86%70.2%-
XYZ12.386.8443.31-
YUV70.74189.1134.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 45 (17.97% from 255) = 14.80%
BLUE value IS 179 (70.31% from 255) = 58.88%
R=26.32%
G=14.80%
B=58.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80451790.550.7500.30255.6759.8243.92
Hex502DB3374B01E1003c2c
Octal12055263671130364007454
Binary1010000101101101100111101111001011011110100000000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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