Shades of Han Purple #5705DB
Tints of Han Purple #5705DB
RGB
CMYK
RGB Variations
Color information
#5705DB (or 0x5705DB) is known color: Han Purple. HEX triplet: 57, 05 and DB. RGB value is (87,5,219). Sum of RGB (Red+Green+Blue) = 87+5+219=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #5705DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705DB is #A8FA24. Grayscale: #353535. Windows color (decimal): -11074085 or 14353751. OLE color: 14353751.
HSL color Cylindrical-coordinate representation of color #5705DB: hue angle of 262.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705DB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 5 | 219 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.14 |
| HSL | 262.99º | 0.96% | 0.44% | - |
| HSV(B) | 262.99º | 0.98% | 0.86% | - |
| XYZ | 16.77 | 7.25 | 67.53 | - |
| YUV | 53.91 | 221.17 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 219 | 0.60 | 0.98 | 0 | 0.14 | 262.99 | 0.96 | 0.44 |
| Hex | 57 | 5 | DB | 3C | 62 | 0 | E | 107 | 60 | 2C |
| Octal | 127 | 5 | 333 | 74 | 142 | 0 | 16 | 407 | 140 | 54 |
| Binary | 1010111 | 101 | 11011011 | 111100 | 1100010 | 0 | 1110 | 100000111 | 1100000 | 101100 |
Color Harmonies of #5705DB
Complementary color
Monochromatic Colors of #5705DB
Black with #5705DB
Text Example
Text Example
White with #5705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705DB; }
p { color: rgb(87,5,219); }
H1.HeaderClassName
{
color: #5705DB;
}
.AnyTagClassName
{
color: #5705DB;
}
</style>
background-color css
<style>
a { background-color: #5705DB; }
a { background-color: rgb(87,5,219); }
div.DivClassName
{
background-color: #5705DB;
}
.BgClassName
{
background-color: #5705DB;
}
</style>
border-color css
<style>
span { border-color: #5705DB; }
span { border-color: rgb(87,5,219); }
td.TdClassName
{
border-color: #5705DB;
}
.TagClassName
{
border-color: #5705DB;
}
</style>