Shades of Han Purple #481BFC
Tints of Han Purple #481BFC
RGB
CMYK
RGB Variations
Color information
#481BFC (or 0x481BFC) is known color: Han Purple. HEX triplet: 48, 1B and FC. RGB value is (72,27,252). Sum of RGB (Red+Green+Blue) = 72+27+252=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #481BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFC is #B7E403. Grayscale: #414141. Windows color (decimal): -12051460 or 16522056. OLE color: 16522056.
HSL color Cylindrical-coordinate representation of color #481BFC: hue angle of 252º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481BFC is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 27 | 252 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.01 |
| HSL | 252º | 0.97% | 0.55% | - |
| HSV(B) | 252º | 0.89% | 0.99% | - |
| XYZ | 20.64 | 9.19 | 92.78 | - |
| YUV | 66.11 | 232.91 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 252 | 0.71 | 0.89 | 0 | 0.01 | 252 | 0.97 | 0.55 |
| Hex | 48 | 1B | FC | 47 | 59 | 0 | 1 | FC | 61 | 37 |
| Octal | 110 | 33 | 374 | 107 | 131 | 0 | 1 | 374 | 141 | 67 |
| Binary | 1001000 | 11011 | 11111100 | 1000111 | 1011001 | 0 | 1 | 11111100 | 1100001 | 110111 |
Color Harmonies of #481BFC
Complementary color
Monochromatic Colors of #481BFC
Black with #481BFC
Text Example
Text Example
White with #481BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BFC; }
p { color: rgb(72,27,252); }
H1.HeaderClassName
{
color: #481BFC;
}
.AnyTagClassName
{
color: #481BFC;
}
</style>
background-color css
<style>
a { background-color: #481BFC; }
a { background-color: rgb(72,27,252); }
div.DivClassName
{
background-color: #481BFC;
}
.BgClassName
{
background-color: #481BFC;
}
</style>
border-color css
<style>
span { border-color: #481BFC; }
span { border-color: rgb(72,27,252); }
td.TdClassName
{
border-color: #481BFC;
}
.TagClassName
{
border-color: #481BFC;
}
</style>