Shades of Han Purple #4605FE
Tints of Han Purple #4605FE
RGB
CMYK
RGB Variations
Color information
#4605FE (or 0x4605FE) is known color: Han Purple. HEX triplet: 46, 05 and FE. RGB value is (70,5,254). Sum of RGB (Red+Green+Blue) = 70+5+254=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #4605FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4605FE is #B9FA01. Grayscale: #333333. Windows color (decimal): -12188162 or 16647494. OLE color: 16647494.
HSL color Cylindrical-coordinate representation of color #4605FE: hue angle of 255.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4605FE is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 5 | 254 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.00 |
| HSL | 255.66º | 0.99% | 0.51% | - |
| HSV(B) | 255.66º | 0.98% | 1% | - |
| XYZ | 20.47 | 8.57 | 94.34 | - |
| YUV | 52.82 | 241.53 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 254 | 0.72 | 0.98 | 0 | 0.00 | 255.66 | 0.99 | 0.51 |
| Hex | 46 | 5 | FE | 48 | 62 | 0 | 0 | 100 | 63 | 33 |
| Octal | 106 | 5 | 376 | 110 | 142 | 0 | 0 | 400 | 143 | 63 |
| Binary | 1000110 | 101 | 11111110 | 1001000 | 1100010 | 0 | 0 | 100000000 | 1100011 | 110011 |
Color Harmonies of #4605FE
Complementary color
Monochromatic Colors of #4605FE
Black with #4605FE
Text Example
Text Example
White with #4605FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605FE; }
p { color: rgb(70,5,254); }
H1.HeaderClassName
{
color: #4605FE;
}
.AnyTagClassName
{
color: #4605FE;
}
</style>
background-color css
<style>
a { background-color: #4605FE; }
a { background-color: rgb(70,5,254); }
div.DivClassName
{
background-color: #4605FE;
}
.BgClassName
{
background-color: #4605FE;
}
</style>
border-color css
<style>
span { border-color: #4605FE; }
span { border-color: rgb(70,5,254); }
td.TdClassName
{
border-color: #4605FE;
}
.TagClassName
{
border-color: #4605FE;
}
</style>