Shades of Han Purple #5707F4
Tints of Han Purple #5707F4
RGB
CMYK
RGB Variations
Color information
#5707F4 (or 0x5707F4) is known color: Han Purple. HEX triplet: 57, 07 and F4. RGB value is (87,7,244). Sum of RGB (Red+Green+Blue) = 87+7+244=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #5707F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5707F4 is #A8F80B. Grayscale: #393939. Windows color (decimal): -11073548 or 15992663. OLE color: 15992663.
HSL color Cylindrical-coordinate representation of color #5707F4: hue angle of 260.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707F4 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 7 | 244 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.04 |
| HSL | 260.25º | 0.94% | 0.49% | - |
| HSV(B) | 260.25º | 0.97% | 0.96% | - |
| XYZ | 20.34 | 8.71 | 86.2 | - |
| YUV | 57.94 | 233 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 244 | 0.64 | 0.97 | 0 | 0.04 | 260.25 | 0.94 | 0.49 |
| Hex | 57 | 7 | F4 | 40 | 61 | 0 | 4 | 104 | 5E | 31 |
| Octal | 127 | 7 | 364 | 100 | 141 | 0 | 4 | 404 | 136 | 61 |
| Binary | 1010111 | 111 | 11110100 | 1000000 | 1100001 | 0 | 100 | 100000100 | 1011110 | 110001 |
Color Harmonies of #5707F4
Complementary color
Monochromatic Colors of #5707F4
Black with #5707F4
Text Example
Text Example
White with #5707F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707F4; }
p { color: rgb(87,7,244); }
H1.HeaderClassName
{
color: #5707F4;
}
.AnyTagClassName
{
color: #5707F4;
}
</style>
background-color css
<style>
a { background-color: #5707F4; }
a { background-color: rgb(87,7,244); }
div.DivClassName
{
background-color: #5707F4;
}
.BgClassName
{
background-color: #5707F4;
}
</style>
border-color css
<style>
span { border-color: #5707F4; }
span { border-color: rgb(87,7,244); }
td.TdClassName
{
border-color: #5707F4;
}
.TagClassName
{
border-color: #5707F4;
}
</style>