Shades of Han Purple #4506FE
Tints of Han Purple #4506FE
RGB
CMYK
RGB Variations
Color information
#4506FE (or 0x4506FE) is known color: Han Purple. HEX triplet: 45, 06 and FE. RGB value is (69,6,254). Sum of RGB (Red+Green+Blue) = 69+6+254=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 6 (2.73% from 255 or 1.82% 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 #4506FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4506FE is #BAF901. Grayscale: #343434. Windows color (decimal): -12253442 or 16647749. OLE color: 16647749.
HSL color Cylindrical-coordinate representation of color #4506FE: hue angle of 255.24º 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 #4506FE is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 6 | 254 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.00 |
| HSL | 255.24º | 0.99% | 0.51% | - |
| HSV(B) | 255.24º | 0.98% | 1% | - |
| XYZ | 20.41 | 8.55 | 94.34 | - |
| YUV | 53.11 | 241.37 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 254 | 0.73 | 0.98 | 0 | 0.00 | 255.24 | 0.99 | 0.51 |
| Hex | 45 | 6 | FE | 49 | 62 | 0 | 0 | FF | 63 | 33 |
| Octal | 105 | 6 | 376 | 111 | 142 | 0 | 0 | 377 | 143 | 63 |
| Binary | 1000101 | 110 | 11111110 | 1001001 | 1100010 | 0 | 0 | 11111111 | 1100011 | 110011 |
Color Harmonies of #4506FE
Complementary color
Monochromatic Colors of #4506FE
Black with #4506FE
Text Example
Text Example
White with #4506FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506FE; }
p { color: rgb(69,6,254); }
H1.HeaderClassName
{
color: #4506FE;
}
.AnyTagClassName
{
color: #4506FE;
}
</style>
background-color css
<style>
a { background-color: #4506FE; }
a { background-color: rgb(69,6,254); }
div.DivClassName
{
background-color: #4506FE;
}
.BgClassName
{
background-color: #4506FE;
}
</style>
border-color css
<style>
span { border-color: #4506FE; }
span { border-color: rgb(69,6,254); }
td.TdClassName
{
border-color: #4506FE;
}
.TagClassName
{
border-color: #4506FE;
}
</style>