Shades of Han Purple #5707DA
Tints of Han Purple #5707DA
RGB
CMYK
RGB Variations
Color information
#5707DA (or 0x5707DA) is known color: Han Purple. HEX triplet: 57, 07 and DA. RGB value is (87,7,218). Sum of RGB (Red+Green+Blue) = 87+7+218=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #5707DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5707DA is #A8F825. Grayscale: #363636. Windows color (decimal): -11073574 or 14288727. OLE color: 14288727.
HSL color Cylindrical-coordinate representation of color #5707DA: hue angle of 262.75º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707DA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 7 | 218 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.15 |
| HSL | 262.75º | 0.94% | 0.44% | - |
| HSV(B) | 262.75º | 0.97% | 0.85% | - |
| XYZ | 16.66 | 7.24 | 66.85 | - |
| YUV | 54.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 218 | 0.60 | 0.97 | 0 | 0.15 | 262.75 | 0.94 | 0.44 |
| Hex | 57 | 7 | DA | 3C | 61 | 0 | F | 107 | 5E | 2C |
| Octal | 127 | 7 | 332 | 74 | 141 | 0 | 17 | 407 | 136 | 54 |
| Binary | 1010111 | 111 | 11011010 | 111100 | 1100001 | 0 | 1111 | 100000111 | 1011110 | 101100 |
Color Harmonies of #5707DA
Complementary color
Monochromatic Colors of #5707DA
Black with #5707DA
Text Example
Text Example
White with #5707DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707DA; }
p { color: rgb(87,7,218); }
H1.HeaderClassName
{
color: #5707DA;
}
.AnyTagClassName
{
color: #5707DA;
}
</style>
background-color css
<style>
a { background-color: #5707DA; }
a { background-color: rgb(87,7,218); }
div.DivClassName
{
background-color: #5707DA;
}
.BgClassName
{
background-color: #5707DA;
}
</style>
border-color css
<style>
span { border-color: #5707DA; }
span { border-color: rgb(87,7,218); }
td.TdClassName
{
border-color: #5707DA;
}
.TagClassName
{
border-color: #5707DA;
}
</style>