Shades of Han Purple #461BFC
Tints of Han Purple #461BFC
RGB
CMYK
RGB Variations
Color information
#461BFC (or 0x461BFC) is known color: Han Purple. HEX triplet: 46, 1B and FC. RGB value is (70,27,252). Sum of RGB (Red+Green+Blue) = 70+27+252=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #461BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BFC is #B9E403. Grayscale: #404040. Windows color (decimal): -12182532 or 16522054. OLE color: 16522054.
HSL color Cylindrical-coordinate representation of color #461BFC: hue angle of 251.47º 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 #461BFC is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 27 | 252 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.01 |
| HSL | 251.47º | 0.97% | 0.55% | - |
| HSV(B) | 251.47º | 0.89% | 0.99% | - |
| XYZ | 20.49 | 9.11 | 92.77 | - |
| YUV | 65.51 | 233.25 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 252 | 0.72 | 0.89 | 0 | 0.01 | 251.47 | 0.97 | 0.55 |
| Hex | 46 | 1B | FC | 48 | 59 | 0 | 1 | FB | 61 | 37 |
| Octal | 106 | 33 | 374 | 110 | 131 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000110 | 11011 | 11111100 | 1001000 | 1011001 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #461BFC
Complementary color
Monochromatic Colors of #461BFC
Black with #461BFC
Text Example
Text Example
White with #461BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BFC; }
p { color: rgb(70,27,252); }
H1.HeaderClassName
{
color: #461BFC;
}
.AnyTagClassName
{
color: #461BFC;
}
</style>
background-color css
<style>
a { background-color: #461BFC; }
a { background-color: rgb(70,27,252); }
div.DivClassName
{
background-color: #461BFC;
}
.BgClassName
{
background-color: #461BFC;
}
</style>
border-color css
<style>
span { border-color: #461BFC; }
span { border-color: rgb(70,27,252); }
td.TdClassName
{
border-color: #461BFC;
}
.TagClassName
{
border-color: #461BFC;
}
</style>