Shades of Han Purple #5723FF
Tints of Han Purple #5723FF
RGB
CMYK
RGB Variations
Color information
#5723FF (or 0x5723FF) is known color: Han Purple. HEX triplet: 57, 23 and FF. RGB value is (87,35,255). Sum of RGB (Red+Green+Blue) = 87+35+255=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5723FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5723FF is #A8DC00. Grayscale: #4A4A4A. Windows color (decimal): -11066369 or 16720727. OLE color: 16720727.
HSL color Cylindrical-coordinate representation of color #5723FF: hue angle of 254.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5723FF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 35 | 255 | - |
| CMYK | 0.66 | 0.86 | 0 | 0 |
| HSL | 254.18º | 1% | 0.57% | - |
| HSV(B) | 254.18º | 0.86% | 1% | - |
| XYZ | 22.58 | 10.45 | 95.43 | - |
| YUV | 75.63 | 229.23 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 255 | 0.66 | 0.86 | 0 | 0 | 254.18 | 1 | 0.57 |
| Hex | 57 | 23 | FF | 42 | 56 | 0 | 0 | FE | 64 | 39 |
| Octal | 127 | 43 | 377 | 102 | 126 | 0 | 0 | 376 | 144 | 71 |
| Binary | 1010111 | 100011 | 11111111 | 1000010 | 1010110 | 0 | 0 | 11111110 | 1100100 | 111001 |
Color Harmonies of #5723FF
Complementary color
Monochromatic Colors of #5723FF
Black with #5723FF
Text Example
Text Example
White with #5723FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723FF; }
p { color: rgb(87,35,255); }
H1.HeaderClassName
{
color: #5723FF;
}
.AnyTagClassName
{
color: #5723FF;
}
</style>
background-color css
<style>
a { background-color: #5723FF; }
a { background-color: rgb(87,35,255); }
div.DivClassName
{
background-color: #5723FF;
}
.BgClassName
{
background-color: #5723FF;
}
</style>
border-color css
<style>
span { border-color: #5723FF; }
span { border-color: rgb(87,35,255); }
td.TdClassName
{
border-color: #5723FF;
}
.TagClassName
{
border-color: #5723FF;
}
</style>