Shades of Han Purple #460EFD
Tints of Han Purple #460EFD
RGB
CMYK
RGB Variations
Color information
#460EFD (or 0x460EFD) is known color: Han Purple. HEX triplet: 46, 0E and FD. RGB value is (70,14,253). Sum of RGB (Red+Green+Blue) = 70+14+253=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #460EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EFD is #B9F102. Grayscale: #393939. Windows color (decimal): -12185859 or 16584262. OLE color: 16584262.
HSL color Cylindrical-coordinate representation of color #460EFD: hue angle of 254.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EFD is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 14 | 253 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.01 |
| HSL | 254.06º | 0.98% | 0.52% | - |
| HSV(B) | 254.06º | 0.94% | 0.99% | - |
| XYZ | 20.41 | 8.71 | 93.53 | - |
| YUV | 57.99 | 238.05 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 253 | 0.72 | 0.94 | 0 | 0.01 | 254.06 | 0.98 | 0.52 |
| Hex | 46 | E | FD | 48 | 5E | 0 | 1 | FE | 62 | 34 |
| Octal | 106 | 16 | 375 | 110 | 136 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000110 | 1110 | 11111101 | 1001000 | 1011110 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #460EFD
Complementary color
Monochromatic Colors of #460EFD
Black with #460EFD
Text Example
Text Example
White with #460EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EFD; }
p { color: rgb(70,14,253); }
H1.HeaderClassName
{
color: #460EFD;
}
.AnyTagClassName
{
color: #460EFD;
}
</style>
background-color css
<style>
a { background-color: #460EFD; }
a { background-color: rgb(70,14,253); }
div.DivClassName
{
background-color: #460EFD;
}
.BgClassName
{
background-color: #460EFD;
}
</style>
border-color css
<style>
span { border-color: #460EFD; }
span { border-color: rgb(70,14,253); }
td.TdClassName
{
border-color: #460EFD;
}
.TagClassName
{
border-color: #460EFD;
}
</style>