Shades of Han Purple #4802DF
Tints of Han Purple #4802DF
RGB
CMYK
RGB Variations
Color information
#4802DF (or 0x4802DF) is known color: Han Purple. HEX triplet: 48, 02 and DF. RGB value is (72,2,223). Sum of RGB (Red+Green+Blue) = 72+2+223=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #4802DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4802DF is #B7FD20. Grayscale: #2F2F2F. Windows color (decimal): -12057889 or 14615112. OLE color: 14615112.
HSL color Cylindrical-coordinate representation of color #4802DF: hue angle of 259º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802DF is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 2 | 223 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.13 |
| HSL | 259º | 0.98% | 0.44% | - |
| HSV(B) | 259º | 0.99% | 0.87% | - |
| XYZ | 16.01 | 6.75 | 70.27 | - |
| YUV | 48.12 | 226.69 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 223 | 0.68 | 0.99 | 0 | 0.13 | 259 | 0.98 | 0.44 |
| Hex | 48 | 2 | DF | 44 | 63 | 0 | D | 103 | 62 | 2C |
| Octal | 110 | 2 | 337 | 104 | 143 | 0 | 15 | 403 | 142 | 54 |
| Binary | 1001000 | 10 | 11011111 | 1000100 | 1100011 | 0 | 1101 | 100000011 | 1100010 | 101100 |
Color Harmonies of #4802DF
Complementary color
Monochromatic Colors of #4802DF
Black with #4802DF
Text Example
Text Example
White with #4802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802DF; }
p { color: rgb(72,2,223); }
H1.HeaderClassName
{
color: #4802DF;
}
.AnyTagClassName
{
color: #4802DF;
}
</style>
background-color css
<style>
a { background-color: #4802DF; }
a { background-color: rgb(72,2,223); }
div.DivClassName
{
background-color: #4802DF;
}
.BgClassName
{
background-color: #4802DF;
}
</style>
border-color css
<style>
span { border-color: #4802DF; }
span { border-color: rgb(72,2,223); }
td.TdClassName
{
border-color: #4802DF;
}
.TagClassName
{
border-color: #4802DF;
}
</style>