Shades of Han Purple #4507FC
Tints of Han Purple #4507FC
RGB
CMYK
RGB Variations
Color information
#4507FC (or 0x4507FC) is known color: Han Purple. HEX triplet: 45, 07 and FC. RGB value is (69,7,252). Sum of RGB (Red+Green+Blue) = 69+7+252=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #4507FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4507FC is #BAF803. Grayscale: #343434. Windows color (decimal): -12253188 or 16516933. OLE color: 16516933.
HSL color Cylindrical-coordinate representation of color #4507FC: hue angle of 255.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4507FC is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 7 | 252 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.01 |
| HSL | 255.18º | 0.98% | 0.51% | - |
| HSV(B) | 255.18º | 0.97% | 0.99% | - |
| XYZ | 20.1 | 8.45 | 92.67 | - |
| YUV | 53.47 | 240.04 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 252 | 0.73 | 0.97 | 0 | 0.01 | 255.18 | 0.98 | 0.51 |
| Hex | 45 | 7 | FC | 49 | 61 | 0 | 1 | FF | 62 | 33 |
| Octal | 105 | 7 | 374 | 111 | 141 | 0 | 1 | 377 | 142 | 63 |
| Binary | 1000101 | 111 | 11111100 | 1001001 | 1100001 | 0 | 1 | 11111111 | 1100010 | 110011 |
Color Harmonies of #4507FC
Complementary color
Monochromatic Colors of #4507FC
Black with #4507FC
Text Example
Text Example
White with #4507FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4507FC; }
p { color: rgb(69,7,252); }
H1.HeaderClassName
{
color: #4507FC;
}
.AnyTagClassName
{
color: #4507FC;
}
</style>
background-color css
<style>
a { background-color: #4507FC; }
a { background-color: rgb(69,7,252); }
div.DivClassName
{
background-color: #4507FC;
}
.BgClassName
{
background-color: #4507FC;
}
</style>
border-color css
<style>
span { border-color: #4507FC; }
span { border-color: rgb(69,7,252); }
td.TdClassName
{
border-color: #4507FC;
}
.TagClassName
{
border-color: #4507FC;
}
</style>