Shades of Han Purple #4506FF
Tints of Han Purple #4506FF
RGB
CMYK
RGB Variations
Color information
#4506FF (or 0x4506FF) is known color: Han Purple. HEX triplet: 45, 06 and FF. RGB value is (69,6,255). Sum of RGB (Red+Green+Blue) = 69+6+255=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4506FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4506FF is #BAF900. Grayscale: #343434. Windows color (decimal): -12253441 or 16713285. OLE color: 16713285.
HSL color Cylindrical-coordinate representation of color #4506FF: hue angle of 255.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4506FF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 6 | 255 | - |
| CMYK | 0.73 | 0.98 | 0 | 0 |
| HSL | 255.18º | 1% | 0.51% | - |
| HSV(B) | 255.18º | 0.98% | 1% | - |
| XYZ | 20.57 | 8.62 | 95.19 | - |
| YUV | 53.22 | 241.87 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 255 | 0.73 | 0.98 | 0 | 0 | 255.18 | 1 | 0.51 |
| Hex | 45 | 6 | FF | 49 | 62 | 0 | 0 | FF | 64 | 33 |
| Octal | 105 | 6 | 377 | 111 | 142 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000101 | 110 | 11111111 | 1001001 | 1100010 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4506FF
Complementary color
Monochromatic Colors of #4506FF
Black with #4506FF
Text Example
Text Example
White with #4506FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506FF; }
p { color: rgb(69,6,255); }
H1.HeaderClassName
{
color: #4506FF;
}
.AnyTagClassName
{
color: #4506FF;
}
</style>
background-color css
<style>
a { background-color: #4506FF; }
a { background-color: rgb(69,6,255); }
div.DivClassName
{
background-color: #4506FF;
}
.BgClassName
{
background-color: #4506FF;
}
</style>
border-color css
<style>
span { border-color: #4506FF; }
span { border-color: rgb(69,6,255); }
td.TdClassName
{
border-color: #4506FF;
}
.TagClassName
{
border-color: #4506FF;
}
</style>