Shades of Han Purple #502FDD
Tints of Han Purple #502FDD
RGB
CMYK
RGB Variations
Color information
#502FDD (or 0x502FDD) is known color: Han Purple. HEX triplet: 50, 2F and DD. RGB value is (80,47,221). Sum of RGB (Red+Green+Blue) = 80+47+221=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #502FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FDD is #AFD022. Grayscale: #4C4C4C. Windows color (decimal): -11522083 or 14495568. OLE color: 14495568.
HSL color Cylindrical-coordinate representation of color #502FDD: hue angle of 251.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502FDD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 47 | 221 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.13 |
| HSL | 251.38º | 0.72% | 0.53% | - |
| HSV(B) | 251.38º | 0.79% | 0.87% | - |
| XYZ | 17.38 | 8.96 | 69.22 | - |
| YUV | 76.7 | 209.43 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 221 | 0.64 | 0.79 | 0 | 0.13 | 251.38 | 0.72 | 0.53 |
| Hex | 50 | 2F | DD | 40 | 4F | 0 | D | FB | 48 | 35 |
| Octal | 120 | 57 | 335 | 100 | 117 | 0 | 15 | 373 | 110 | 65 |
| Binary | 1010000 | 101111 | 11011101 | 1000000 | 1001111 | 0 | 1101 | 11111011 | 1001000 | 110101 |
Color Harmonies of #502FDD
Complementary color
Monochromatic Colors of #502FDD
Black with #502FDD
Text Example
Text Example
White with #502FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FDD; }
p { color: rgb(80,47,221); }
H1.HeaderClassName
{
color: #502FDD;
}
.AnyTagClassName
{
color: #502FDD;
}
</style>
background-color css
<style>
a { background-color: #502FDD; }
a { background-color: rgb(80,47,221); }
div.DivClassName
{
background-color: #502FDD;
}
.BgClassName
{
background-color: #502FDD;
}
</style>
border-color css
<style>
span { border-color: #502FDD; }
span { border-color: rgb(80,47,221); }
td.TdClassName
{
border-color: #502FDD;
}
.TagClassName
{
border-color: #502FDD;
}
</style>