Shades of Han Purple #4510FF
Tints of Han Purple #4510FF
RGB
CMYK
RGB Variations
Color information
#4510FF (or 0x4510FF) is known color: Han Purple. HEX triplet: 45, 10 and FF. RGB value is (69,16,255). Sum of RGB (Red+Green+Blue) = 69+16+255=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #4510FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4510FF is #BAEF00. Grayscale: #3A3A3A. Windows color (decimal): -12250881 or 16715845. OLE color: 16715845.
HSL color Cylindrical-coordinate representation of color #4510FF: hue angle of 253.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4510FF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 16 | 255 | - |
| CMYK | 0.73 | 0.94 | 0 | 0 |
| HSL | 253.31º | 1% | 0.53% | - |
| HSV(B) | 253.31º | 0.94% | 1% | - |
| XYZ | 20.69 | 8.86 | 95.23 | - |
| YUV | 59.09 | 238.56 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 255 | 0.73 | 0.94 | 0 | 0 | 253.31 | 1 | 0.53 |
| Hex | 45 | 10 | FF | 49 | 5E | 0 | 0 | FD | 64 | 35 |
| Octal | 105 | 20 | 377 | 111 | 136 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000101 | 10000 | 11111111 | 1001001 | 1011110 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #4510FF
Complementary color
Monochromatic Colors of #4510FF
Black with #4510FF
Text Example
Text Example
White with #4510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510FF; }
p { color: rgb(69,16,255); }
H1.HeaderClassName
{
color: #4510FF;
}
.AnyTagClassName
{
color: #4510FF;
}
</style>
background-color css
<style>
a { background-color: #4510FF; }
a { background-color: rgb(69,16,255); }
div.DivClassName
{
background-color: #4510FF;
}
.BgClassName
{
background-color: #4510FF;
}
</style>
border-color css
<style>
span { border-color: #4510FF; }
span { border-color: rgb(69,16,255); }
td.TdClassName
{
border-color: #4510FF;
}
.TagClassName
{
border-color: #4510FF;
}
</style>