Shades of Han Purple #4509F7
Tints of Han Purple #4509F7
RGB
CMYK
RGB Variations
Color information
#4509F7 (or 0x4509F7) is known color: Han Purple. HEX triplet: 45, 09 and F7. RGB value is (69,9,247). Sum of RGB (Red+Green+Blue) = 69+9+247=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 247 (96.88% from 255 or 76% from 325); Max value from RGB is 247 - color contains mainly: blue. Hex color #4509F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4509F7 is #BAF608. Grayscale: #353535. Windows color (decimal): -12252681 or 16189765. OLE color: 16189765.
HSL color Cylindrical-coordinate representation of color #4509F7: hue angle of 255.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4509F7 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 9 | 247 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.03 |
| HSL | 255.13º | 0.94% | 0.5% | - |
| HSV(B) | 255.13º | 0.96% | 0.97% | - |
| XYZ | 19.34 | 8.18 | 88.55 | - |
| YUV | 54.07 | 236.88 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 247 | 0.72 | 0.96 | 0 | 0.03 | 255.13 | 0.94 | 0.5 |
| Hex | 45 | 9 | F7 | 48 | 60 | 0 | 3 | FF | 5E | 32 |
| Octal | 105 | 11 | 367 | 110 | 140 | 0 | 3 | 377 | 136 | 62 |
| Binary | 1000101 | 1001 | 11110111 | 1001000 | 1100000 | 0 | 11 | 11111111 | 1011110 | 110010 |
Color Harmonies of #4509F7
Complementary color
Monochromatic Colors of #4509F7
Black with #4509F7
Text Example
Text Example
White with #4509F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4509F7; }
p { color: rgb(69,9,247); }
H1.HeaderClassName
{
color: #4509F7;
}
.AnyTagClassName
{
color: #4509F7;
}
</style>
background-color css
<style>
a { background-color: #4509F7; }
a { background-color: rgb(69,9,247); }
div.DivClassName
{
background-color: #4509F7;
}
.BgClassName
{
background-color: #4509F7;
}
</style>
border-color css
<style>
span { border-color: #4509F7; }
span { border-color: rgb(69,9,247); }
td.TdClassName
{
border-color: #4509F7;
}
.TagClassName
{
border-color: #4509F7;
}
</style>