Shades of Han Purple #4501F9
Tints of Han Purple #4501F9
RGB
CMYK
RGB Variations
Color information
#4501F9 (or 0x4501F9) is known color: Han Purple. HEX triplet: 45, 01 and F9. RGB value is (69,1,249). Sum of RGB (Red+Green+Blue) = 69+1+249=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 249 (97.66% from 255 or 78.06% from 319); Max value from RGB is 249 - color contains mainly: blue. Hex color #4501F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4501F9 is #BAFE06. Grayscale: #303030. Windows color (decimal): -12254727 or 16318789. OLE color: 16318789.
HSL color Cylindrical-coordinate representation of color #4501F9: hue angle of 256.45º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4501F9 is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 1 | 249 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.02 |
| HSL | 256.45º | 0.99% | 0.49% | - |
| HSV(B) | 256.45º | 1% | 0.98% | - |
| XYZ | 19.56 | 8.13 | 90.16 | - |
| YUV | 49.6 | 240.53 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 249 | 0.72 | 1.00 | 0 | 0.02 | 256.45 | 0.99 | 0.49 |
| Hex | 45 | 1 | F9 | 48 | 64 | 0 | 2 | 100 | 63 | 31 |
| Octal | 105 | 1 | 371 | 110 | 144 | 0 | 2 | 400 | 143 | 61 |
| Binary | 1000101 | 1 | 11111001 | 1001000 | 1100100 | 0 | 10 | 100000000 | 1100011 | 110001 |
Color Harmonies of #4501F9
Complementary color
Monochromatic Colors of #4501F9
Black with #4501F9
Text Example
Text Example
White with #4501F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4501F9; }
p { color: rgb(69,1,249); }
H1.HeaderClassName
{
color: #4501F9;
}
.AnyTagClassName
{
color: #4501F9;
}
</style>
background-color css
<style>
a { background-color: #4501F9; }
a { background-color: rgb(69,1,249); }
div.DivClassName
{
background-color: #4501F9;
}
.BgClassName
{
background-color: #4501F9;
}
</style>
border-color css
<style>
span { border-color: #4501F9; }
span { border-color: rgb(69,1,249); }
td.TdClassName
{
border-color: #4501F9;
}
.TagClassName
{
border-color: #4501F9;
}
</style>