Shades of Han Purple #4607FE
Tints of Han Purple #4607FE
RGB
CMYK
RGB Variations
Color information
#4607FE (or 0x4607FE) is known color: Han Purple. HEX triplet: 46, 07 and FE. RGB value is (70,7,254). Sum of RGB (Red+Green+Blue) = 70+7+254=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #4607FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4607FE is #B9F801. Grayscale: #353535. Windows color (decimal): -12187650 or 16648006. OLE color: 16648006.
HSL color Cylindrical-coordinate representation of color #4607FE: hue angle of 255.3º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4607FE is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 7 | 254 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.00 |
| HSL | 255.3º | 0.99% | 0.51% | - |
| HSV(B) | 255.3º | 0.97% | 1% | - |
| XYZ | 20.49 | 8.61 | 94.35 | - |
| YUV | 54 | 240.87 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 254 | 0.72 | 0.97 | 0 | 0.00 | 255.3 | 0.99 | 0.51 |
| Hex | 46 | 7 | FE | 48 | 61 | 0 | 0 | FF | 63 | 33 |
| Octal | 106 | 7 | 376 | 110 | 141 | 0 | 0 | 377 | 143 | 63 |
| Binary | 1000110 | 111 | 11111110 | 1001000 | 1100001 | 0 | 0 | 11111111 | 1100011 | 110011 |
Color Harmonies of #4607FE
Complementary color
Monochromatic Colors of #4607FE
Black with #4607FE
Text Example
Text Example
White with #4607FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607FE; }
p { color: rgb(70,7,254); }
H1.HeaderClassName
{
color: #4607FE;
}
.AnyTagClassName
{
color: #4607FE;
}
</style>
background-color css
<style>
a { background-color: #4607FE; }
a { background-color: rgb(70,7,254); }
div.DivClassName
{
background-color: #4607FE;
}
.BgClassName
{
background-color: #4607FE;
}
</style>
border-color css
<style>
span { border-color: #4607FE; }
span { border-color: rgb(70,7,254); }
td.TdClassName
{
border-color: #4607FE;
}
.TagClassName
{
border-color: #4607FE;
}
</style>