Shades of Han Purple #460DFD
Tints of Han Purple #460DFD
RGB
CMYK
RGB Variations
Color information
#460DFD (or 0x460DFD) is known color: Han Purple. HEX triplet: 46, 0D and FD. RGB value is (70,13,253). Sum of RGB (Red+Green+Blue) = 70+13+253=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #460DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DFD is #B9F202. Grayscale: #383838. Windows color (decimal): -12186115 or 16584006. OLE color: 16584006.
HSL color Cylindrical-coordinate representation of color #460DFD: hue angle of 254.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460DFD is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 13 | 253 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.01 |
| HSL | 254.25º | 0.98% | 0.52% | - |
| HSV(B) | 254.25º | 0.95% | 0.99% | - |
| XYZ | 20.4 | 8.68 | 93.53 | - |
| YUV | 57.4 | 238.38 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 253 | 0.72 | 0.95 | 0 | 0.01 | 254.25 | 0.98 | 0.52 |
| Hex | 46 | D | FD | 48 | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 106 | 15 | 375 | 110 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000110 | 1101 | 11111101 | 1001000 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #460DFD
Complementary color
Monochromatic Colors of #460DFD
Black with #460DFD
Text Example
Text Example
White with #460DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DFD; }
p { color: rgb(70,13,253); }
H1.HeaderClassName
{
color: #460DFD;
}
.AnyTagClassName
{
color: #460DFD;
}
</style>
background-color css
<style>
a { background-color: #460DFD; }
a { background-color: rgb(70,13,253); }
div.DivClassName
{
background-color: #460DFD;
}
.BgClassName
{
background-color: #460DFD;
}
</style>
border-color css
<style>
span { border-color: #460DFD; }
span { border-color: rgb(70,13,253); }
td.TdClassName
{
border-color: #460DFD;
}
.TagClassName
{
border-color: #460DFD;
}
</style>