Shades of Han Purple #502BDF
Tints of Han Purple #502BDF
RGB
CMYK
RGB Variations
Color information
#502BDF (or 0x502BDF) is known color: Han Purple. HEX triplet: 50, 2B and DF. RGB value is (80,43,223). Sum of RGB (Red+Green+Blue) = 80+43+223=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #502BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BDF is #AFD420. Grayscale: #494949. Windows color (decimal): -11523105 or 14625616. OLE color: 14625616.
HSL color Cylindrical-coordinate representation of color #502BDF: hue angle of 252.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502BDF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 43 | 223 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.13 |
| HSL | 252.33º | 0.74% | 0.52% | - |
| HSV(B) | 252.33º | 0.81% | 0.87% | - |
| XYZ | 17.49 | 8.76 | 70.58 | - |
| YUV | 74.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 223 | 0.64 | 0.81 | 0 | 0.13 | 252.33 | 0.74 | 0.52 |
| Hex | 50 | 2B | DF | 40 | 51 | 0 | D | FC | 4A | 34 |
| Octal | 120 | 53 | 337 | 100 | 121 | 0 | 15 | 374 | 112 | 64 |
| Binary | 1010000 | 101011 | 11011111 | 1000000 | 1010001 | 0 | 1101 | 11111100 | 1001010 | 110100 |
Color Harmonies of #502BDF
Complementary color
Monochromatic Colors of #502BDF
Black with #502BDF
Text Example
Text Example
White with #502BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BDF; }
p { color: rgb(80,43,223); }
H1.HeaderClassName
{
color: #502BDF;
}
.AnyTagClassName
{
color: #502BDF;
}
</style>
background-color css
<style>
a { background-color: #502BDF; }
a { background-color: rgb(80,43,223); }
div.DivClassName
{
background-color: #502BDF;
}
.BgClassName
{
background-color: #502BDF;
}
</style>
border-color css
<style>
span { border-color: #502BDF; }
span { border-color: rgb(80,43,223); }
td.TdClassName
{
border-color: #502BDF;
}
.TagClassName
{
border-color: #502BDF;
}
</style>