Shades of Han Purple #460CFB
Tints of Han Purple #460CFB
RGB
CMYK
RGB Variations
Color information
#460CFB (or 0x460CFB) is known color: Han Purple. HEX triplet: 46, 0C and FB. RGB value is (70,12,251). Sum of RGB (Red+Green+Blue) = 70+12+251=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #460CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CFB is #B9F304. Grayscale: #373737. Windows color (decimal): -12186373 or 16452678. OLE color: 16452678.
HSL color Cylindrical-coordinate representation of color #460CFB: hue angle of 254.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CFB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 12 | 251 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.02 |
| HSL | 254.56º | 0.97% | 0.52% | - |
| HSV(B) | 254.56º | 0.95% | 0.98% | - |
| XYZ | 20.07 | 8.53 | 91.86 | - |
| YUV | 56.59 | 237.72 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 251 | 0.72 | 0.95 | 0 | 0.02 | 254.56 | 0.97 | 0.52 |
| Hex | 46 | C | FB | 48 | 5F | 0 | 2 | FF | 61 | 34 |
| Octal | 106 | 14 | 373 | 110 | 137 | 0 | 2 | 377 | 141 | 64 |
| Binary | 1000110 | 1100 | 11111011 | 1001000 | 1011111 | 0 | 10 | 11111111 | 1100001 | 110100 |
Color Harmonies of #460CFB
Complementary color
Monochromatic Colors of #460CFB
Black with #460CFB
Text Example
Text Example
White with #460CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CFB; }
p { color: rgb(70,12,251); }
H1.HeaderClassName
{
color: #460CFB;
}
.AnyTagClassName
{
color: #460CFB;
}
</style>
background-color css
<style>
a { background-color: #460CFB; }
a { background-color: rgb(70,12,251); }
div.DivClassName
{
background-color: #460CFB;
}
.BgClassName
{
background-color: #460CFB;
}
</style>
border-color css
<style>
span { border-color: #460CFB; }
span { border-color: rgb(70,12,251); }
td.TdClassName
{
border-color: #460CFB;
}
.TagClassName
{
border-color: #460CFB;
}
</style>