Shades of Han Purple #4503F9
Tints of Han Purple #4503F9
RGB
CMYK
RGB Variations
Color information
#4503F9 (or 0x4503F9) is known color: Han Purple. HEX triplet: 45, 03 and F9. RGB value is (69,3,249). Sum of RGB (Red+Green+Blue) = 69+3+249=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 249 (97.66% from 255 or 77.57% from 321); Max value from RGB is 249 - color contains mainly: blue. Hex color #4503F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4503F9 is #BAFC06. Grayscale: #313131. Windows color (decimal): -12254215 or 16319301. OLE color: 16319301.
HSL color Cylindrical-coordinate representation of color #4503F9: hue angle of 256.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503F9 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 3 | 249 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.02 |
| HSL | 256.1º | 0.98% | 0.49% | - |
| HSV(B) | 256.1º | 0.99% | 0.98% | - |
| XYZ | 19.59 | 8.17 | 90.17 | - |
| YUV | 50.78 | 239.87 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 249 | 0.72 | 0.99 | 0 | 0.02 | 256.1 | 0.98 | 0.49 |
| Hex | 45 | 3 | F9 | 48 | 63 | 0 | 2 | 100 | 62 | 31 |
| Octal | 105 | 3 | 371 | 110 | 143 | 0 | 2 | 400 | 142 | 61 |
| Binary | 1000101 | 11 | 11111001 | 1001000 | 1100011 | 0 | 10 | 100000000 | 1100010 | 110001 |
Color Harmonies of #4503F9
Complementary color
Monochromatic Colors of #4503F9
Black with #4503F9
Text Example
Text Example
White with #4503F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503F9; }
p { color: rgb(69,3,249); }
H1.HeaderClassName
{
color: #4503F9;
}
.AnyTagClassName
{
color: #4503F9;
}
</style>
background-color css
<style>
a { background-color: #4503F9; }
a { background-color: rgb(69,3,249); }
div.DivClassName
{
background-color: #4503F9;
}
.BgClassName
{
background-color: #4503F9;
}
</style>
border-color css
<style>
span { border-color: #4503F9; }
span { border-color: rgb(69,3,249); }
td.TdClassName
{
border-color: #4503F9;
}
.TagClassName
{
border-color: #4503F9;
}
</style>