Shades of Han Purple #4609F2
Tints of Han Purple #4609F2
RGB
CMYK
RGB Variations
Color information
#4609F2 (or 0x4609F2) is known color: Han Purple. HEX triplet: 46, 09 and F2. RGB value is (70,9,242). Sum of RGB (Red+Green+Blue) = 70+9+242=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #4609F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4609F2 is #B9F60D. Grayscale: #343434. Windows color (decimal): -12187150 or 15862086. OLE color: 15862086.
HSL color Cylindrical-coordinate representation of color #4609F2: hue angle of 255.71º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4609F2 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 9 | 242 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.05 |
| HSL | 255.71º | 0.93% | 0.49% | - |
| HSV(B) | 255.71º | 0.96% | 0.95% | - |
| XYZ | 18.65 | 7.91 | 84.55 | - |
| YUV | 53.8 | 234.21 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 242 | 0.71 | 0.96 | 0 | 0.05 | 255.71 | 0.93 | 0.49 |
| Hex | 46 | 9 | F2 | 47 | 60 | 0 | 5 | 100 | 5D | 31 |
| Octal | 106 | 11 | 362 | 107 | 140 | 0 | 5 | 400 | 135 | 61 |
| Binary | 1000110 | 1001 | 11110010 | 1000111 | 1100000 | 0 | 101 | 100000000 | 1011101 | 110001 |
Color Harmonies of #4609F2
Complementary color
Monochromatic Colors of #4609F2
Black with #4609F2
Text Example
Text Example
White with #4609F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609F2; }
p { color: rgb(70,9,242); }
H1.HeaderClassName
{
color: #4609F2;
}
.AnyTagClassName
{
color: #4609F2;
}
</style>
background-color css
<style>
a { background-color: #4609F2; }
a { background-color: rgb(70,9,242); }
div.DivClassName
{
background-color: #4609F2;
}
.BgClassName
{
background-color: #4609F2;
}
</style>
border-color css
<style>
span { border-color: #4609F2; }
span { border-color: rgb(70,9,242); }
td.TdClassName
{
border-color: #4609F2;
}
.TagClassName
{
border-color: #4609F2;
}
</style>