Shades of Han Purple #5707DB
Tints of Han Purple #5707DB
RGB
CMYK
RGB Variations
Color information
#5707DB (or 0x5707DB) is known color: Han Purple. HEX triplet: 57, 07 and DB. RGB value is (87,7,219). Sum of RGB (Red+Green+Blue) = 87+7+219=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #5707DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5707DB is #A8F824. Grayscale: #363636. Windows color (decimal): -11073573 or 14354263. OLE color: 14354263.
HSL color Cylindrical-coordinate representation of color #5707DB: hue angle of 262.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707DB is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 7 | 219 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.14 |
| HSL | 262.64º | 0.94% | 0.44% | - |
| HSV(B) | 262.64º | 0.97% | 0.86% | - |
| XYZ | 16.79 | 7.29 | 67.54 | - |
| YUV | 55.09 | 220.5 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 219 | 0.60 | 0.97 | 0 | 0.14 | 262.64 | 0.94 | 0.44 |
| Hex | 57 | 7 | DB | 3C | 61 | 0 | E | 107 | 5E | 2C |
| Octal | 127 | 7 | 333 | 74 | 141 | 0 | 16 | 407 | 136 | 54 |
| Binary | 1010111 | 111 | 11011011 | 111100 | 1100001 | 0 | 1110 | 100000111 | 1011110 | 101100 |
Color Harmonies of #5707DB
Complementary color
Monochromatic Colors of #5707DB
Black with #5707DB
Text Example
Text Example
White with #5707DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707DB; }
p { color: rgb(87,7,219); }
H1.HeaderClassName
{
color: #5707DB;
}
.AnyTagClassName
{
color: #5707DB;
}
</style>
background-color css
<style>
a { background-color: #5707DB; }
a { background-color: rgb(87,7,219); }
div.DivClassName
{
background-color: #5707DB;
}
.BgClassName
{
background-color: #5707DB;
}
</style>
border-color css
<style>
span { border-color: #5707DB; }
span { border-color: rgb(87,7,219); }
td.TdClassName
{
border-color: #5707DB;
}
.TagClassName
{
border-color: #5707DB;
}
</style>