Shades of Han Purple #481AFE
Tints of Han Purple #481AFE
RGB
CMYK
RGB Variations
Color information
#481AFE (or 0x481AFE) is known color: Han Purple. HEX triplet: 48, 1A and FE. RGB value is (72,26,254). Sum of RGB (Red+Green+Blue) = 72+26+254=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #481AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AFE is #B7E501. Grayscale: #404040. Windows color (decimal): -12051714 or 16652872. OLE color: 16652872.
HSL color Cylindrical-coordinate representation of color #481AFE: hue angle of 252.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481AFE is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 26 | 254 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.00 |
| HSL | 252.11º | 0.99% | 0.55% | - |
| HSV(B) | 252.11º | 0.9% | 1% | - |
| XYZ | 20.93 | 9.27 | 94.45 | - |
| YUV | 65.75 | 234.24 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 254 | 0.72 | 0.90 | 0 | 0.00 | 252.11 | 0.99 | 0.55 |
| Hex | 48 | 1A | FE | 48 | 5A | 0 | 0 | FC | 63 | 37 |
| Octal | 110 | 32 | 376 | 110 | 132 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1001000 | 11010 | 11111110 | 1001000 | 1011010 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #481AFE
Complementary color
Monochromatic Colors of #481AFE
Black with #481AFE
Text Example
Text Example
White with #481AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AFE; }
p { color: rgb(72,26,254); }
H1.HeaderClassName
{
color: #481AFE;
}
.AnyTagClassName
{
color: #481AFE;
}
</style>
background-color css
<style>
a { background-color: #481AFE; }
a { background-color: rgb(72,26,254); }
div.DivClassName
{
background-color: #481AFE;
}
.BgClassName
{
background-color: #481AFE;
}
</style>
border-color css
<style>
span { border-color: #481AFE; }
span { border-color: rgb(72,26,254); }
td.TdClassName
{
border-color: #481AFE;
}
.TagClassName
{
border-color: #481AFE;
}
</style>