Shades of Han Purple #4607F8
Tints of Han Purple #4607F8
RGB
CMYK
RGB Variations
Color information
#4607F8 (or 0x4607F8) is known color: Han Purple. HEX triplet: 46, 07 and F8. RGB value is (70,7,248). Sum of RGB (Red+Green+Blue) = 70+7+248=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 248 (97.27% from 255 or 76.31% from 325); Max value from RGB is 248 - color contains mainly: blue. Hex color #4607F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4607F8 is #B9F807. Grayscale: #343434. Windows color (decimal): -12187656 or 16254790. OLE color: 16254790.
HSL color Cylindrical-coordinate representation of color #4607F8: hue angle of 255.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4607F8 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 7 | 248 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.03 |
| HSL | 255.68º | 0.95% | 0.5% | - |
| HSV(B) | 255.68º | 0.97% | 0.97% | - |
| XYZ | 19.55 | 8.23 | 89.37 | - |
| YUV | 53.31 | 237.87 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 248 | 0.72 | 0.97 | 0 | 0.03 | 255.68 | 0.95 | 0.5 |
| Hex | 46 | 7 | F8 | 48 | 61 | 0 | 3 | 100 | 5F | 32 |
| Octal | 106 | 7 | 370 | 110 | 141 | 0 | 3 | 400 | 137 | 62 |
| Binary | 1000110 | 111 | 11111000 | 1001000 | 1100001 | 0 | 11 | 100000000 | 1011111 | 110010 |
Color Harmonies of #4607F8
Complementary color
Monochromatic Colors of #4607F8
Black with #4607F8
Text Example
Text Example
White with #4607F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607F8; }
p { color: rgb(70,7,248); }
H1.HeaderClassName
{
color: #4607F8;
}
.AnyTagClassName
{
color: #4607F8;
}
</style>
background-color css
<style>
a { background-color: #4607F8; }
a { background-color: rgb(70,7,248); }
div.DivClassName
{
background-color: #4607F8;
}
.BgClassName
{
background-color: #4607F8;
}
</style>
border-color css
<style>
span { border-color: #4607F8; }
span { border-color: rgb(70,7,248); }
td.TdClassName
{
border-color: #4607F8;
}
.TagClassName
{
border-color: #4607F8;
}
</style>