Shades of Han Purple #5725FF
Tints of Han Purple #5725FF
RGB
CMYK
RGB Variations
Color information
#5725FF (or 0x5725FF) is known color: Han Purple. HEX triplet: 57, 25 and FF. RGB value is (87,37,255). Sum of RGB (Red+Green+Blue) = 87+37+255=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #5725FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5725FF is #A8DA00. Grayscale: #4B4B4B. Windows color (decimal): -11065857 or 16721239. OLE color: 16721239.
HSL color Cylindrical-coordinate representation of color #5725FF: hue angle of 253.76º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5725FF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 37 | 255 | - |
| CMYK | 0.66 | 0.85 | 0 | 0 |
| HSL | 253.76º | 1% | 0.57% | - |
| HSV(B) | 253.76º | 0.85% | 1% | - |
| XYZ | 22.64 | 10.57 | 95.45 | - |
| YUV | 76.8 | 228.57 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 255 | 0.66 | 0.85 | 0 | 0 | 253.76 | 1 | 0.57 |
| Hex | 57 | 25 | FF | 42 | 55 | 0 | 0 | FE | 64 | 39 |
| Octal | 127 | 45 | 377 | 102 | 125 | 0 | 0 | 376 | 144 | 71 |
| Binary | 1010111 | 100101 | 11111111 | 1000010 | 1010101 | 0 | 0 | 11111110 | 1100100 | 111001 |
Color Harmonies of #5725FF
Complementary color
Monochromatic Colors of #5725FF
Black with #5725FF
Text Example
Text Example
White with #5725FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5725FF; }
p { color: rgb(87,37,255); }
H1.HeaderClassName
{
color: #5725FF;
}
.AnyTagClassName
{
color: #5725FF;
}
</style>
background-color css
<style>
a { background-color: #5725FF; }
a { background-color: rgb(87,37,255); }
div.DivClassName
{
background-color: #5725FF;
}
.BgClassName
{
background-color: #5725FF;
}
</style>
border-color css
<style>
span { border-color: #5725FF; }
span { border-color: rgb(87,37,255); }
td.TdClassName
{
border-color: #5725FF;
}
.TagClassName
{
border-color: #5725FF;
}
</style>