Shades of Han Purple #5709FF
Tints of Han Purple #5709FF
RGB
CMYK
RGB Variations
Color information
#5709FF (or 0x5709FF) is known color: Han Purple. HEX triplet: 57, 09 and FF. RGB value is (87,9,255). Sum of RGB (Red+Green+Blue) = 87+9+255=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #5709FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5709FF is #A8F600. Grayscale: #3B3B3B. Windows color (decimal): -11073025 or 16714071. OLE color: 16714071.
HSL color Cylindrical-coordinate representation of color #5709FF: hue angle of 259.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709FF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 9 | 255 | - |
| CMYK | 0.66 | 0.96 | 0 | 0 |
| HSL | 259.02º | 1% | 0.52% | - |
| HSV(B) | 259.02º | 0.96% | 1% | - |
| XYZ | 22.08 | 9.44 | 95.27 | - |
| YUV | 60.37 | 237.84 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 255 | 0.66 | 0.96 | 0 | 0 | 259.02 | 1 | 0.52 |
| Hex | 57 | 9 | FF | 42 | 60 | 0 | 0 | 103 | 64 | 34 |
| Octal | 127 | 11 | 377 | 102 | 140 | 0 | 0 | 403 | 144 | 64 |
| Binary | 1010111 | 1001 | 11111111 | 1000010 | 1100000 | 0 | 0 | 100000011 | 1100100 | 110100 |
Color Harmonies of #5709FF
Complementary color
Monochromatic Colors of #5709FF
Black with #5709FF
Text Example
Text Example
White with #5709FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709FF; }
p { color: rgb(87,9,255); }
H1.HeaderClassName
{
color: #5709FF;
}
.AnyTagClassName
{
color: #5709FF;
}
</style>
background-color css
<style>
a { background-color: #5709FF; }
a { background-color: rgb(87,9,255); }
div.DivClassName
{
background-color: #5709FF;
}
.BgClassName
{
background-color: #5709FF;
}
</style>
border-color css
<style>
span { border-color: #5709FF; }
span { border-color: rgb(87,9,255); }
td.TdClassName
{
border-color: #5709FF;
}
.TagClassName
{
border-color: #5709FF;
}
</style>