Shades of Han Purple #4801D5
Tints of Han Purple #4801D5
RGB
CMYK
RGB Variations
Color information
#4801D5 (or 0x4801D5) is known color: Han Purple. HEX triplet: 48, 01 and D5. RGB value is (72,1,213). Sum of RGB (Red+Green+Blue) = 72+1+213=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 213 (83.59% from 255 or 74.48% from 286); Max value from RGB is 213 - color contains mainly: blue. Hex color #4801D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801D5 is #B7FE2A. Grayscale: #2D2D2D. Windows color (decimal): -12058155 or 13959496. OLE color: 13959496.
HSL color Cylindrical-coordinate representation of color #4801D5: hue angle of 260.09º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4801D5 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 1 | 213 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.16 |
| HSL | 260.09º | 0.99% | 0.42% | - |
| HSV(B) | 260.09º | 1% | 0.84% | - |
| XYZ | 14.69 | 6.2 | 63.37 | - |
| YUV | 46.4 | 222.02 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 213 | 0.66 | 1.00 | 0 | 0.16 | 260.09 | 0.99 | 0.42 |
| Hex | 48 | 1 | D5 | 42 | 64 | 0 | 10 | 104 | 63 | 2A |
| Octal | 110 | 1 | 325 | 102 | 144 | 0 | 20 | 404 | 143 | 52 |
| Binary | 1001000 | 1 | 11010101 | 1000010 | 1100100 | 0 | 10000 | 100000100 | 1100011 | 101010 |
Color Harmonies of #4801D5
Complementary color
Monochromatic Colors of #4801D5
Black with #4801D5
Text Example
Text Example
White with #4801D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4801D5; }
p { color: rgb(72,1,213); }
H1.HeaderClassName
{
color: #4801D5;
}
.AnyTagClassName
{
color: #4801D5;
}
</style>
background-color css
<style>
a { background-color: #4801D5; }
a { background-color: rgb(72,1,213); }
div.DivClassName
{
background-color: #4801D5;
}
.BgClassName
{
background-color: #4801D5;
}
</style>
border-color css
<style>
span { border-color: #4801D5; }
span { border-color: rgb(72,1,213); }
td.TdClassName
{
border-color: #4801D5;
}
.TagClassName
{
border-color: #4801D5;
}
</style>