Shades of Han Purple #5707EE
Tints of Han Purple #5707EE
RGB
CMYK
RGB Variations
Color information
#5707EE (or 0x5707EE) is known color: Han Purple. HEX triplet: 57, 07 and EE. RGB value is (87,7,238). Sum of RGB (Red+Green+Blue) = 87+7+238=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #5707EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5707EE is #A8F811. Grayscale: #383838. Windows color (decimal): -11073554 or 15599447. OLE color: 15599447.
HSL color Cylindrical-coordinate representation of color #5707EE: hue angle of 260.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707EE is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 7 | 238 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.07 |
| HSL | 260.78º | 0.94% | 0.48% | - |
| HSV(B) | 260.78º | 0.97% | 0.93% | - |
| XYZ | 19.44 | 8.35 | 81.48 | - |
| YUV | 57.25 | 230 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 238 | 0.63 | 0.97 | 0 | 0.07 | 260.78 | 0.94 | 0.48 |
| Hex | 57 | 7 | EE | 3F | 61 | 0 | 7 | 105 | 5E | 30 |
| Octal | 127 | 7 | 356 | 77 | 141 | 0 | 7 | 405 | 136 | 60 |
| Binary | 1010111 | 111 | 11101110 | 111111 | 1100001 | 0 | 111 | 100000101 | 1011110 | 110000 |
Color Harmonies of #5707EE
Complementary color
Monochromatic Colors of #5707EE
Black with #5707EE
Text Example
Text Example
White with #5707EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707EE; }
p { color: rgb(87,7,238); }
H1.HeaderClassName
{
color: #5707EE;
}
.AnyTagClassName
{
color: #5707EE;
}
</style>
background-color css
<style>
a { background-color: #5707EE; }
a { background-color: rgb(87,7,238); }
div.DivClassName
{
background-color: #5707EE;
}
.BgClassName
{
background-color: #5707EE;
}
</style>
border-color css
<style>
span { border-color: #5707EE; }
span { border-color: rgb(87,7,238); }
td.TdClassName
{
border-color: #5707EE;
}
.TagClassName
{
border-color: #5707EE;
}
</style>