#502BB9

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

Shades of Purple Heart #502BB9

Tints of Purple Heart #502BB9

Color information

#502BB9 (or 0x502BB9) is unknown color: approx Purple Heart. HEX triplet: 50, 2B and B9. RGB value is (80,43,185). Sum of RGB (Red+Green+Blue) = 80+43+185=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #502BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BB9 is #AFD446. Grayscale: #454545. Windows color (decimal): -11523143 or 12135248. OLE color: 12135248.

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

Color convert

RGB8043185-
CMYK0.570.7700.27
HSL255.63º62.28%44.71%-
HSV(B)255.63º76.76%72.55%-
XYZ12.936.9446.56-
YUV70.25192.76134.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 185 (72.66% from 255) = 60.06%
R=25.97%
G=13.96%
B=60.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80431850.570.7700.27255.6362.2844.71
Hex502BB9394D01B1003e2d
Octal12053271711150334007655
Binary1010000101011101110011110011001101011011100000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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