Shades of Han Purple #5C25F1
Tints of Han Purple #5C25F1
RGB
CMYK
RGB Variations
Color information
#5C25F1 (or 0x5C25F1) is known color: Han Purple. HEX triplet: 5C, 25 and F1. RGB value is (92,37,241). Sum of RGB (Red+Green+Blue) = 92+37+241=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C25F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C25F1 is #A3DA0E. Grayscale: #4B4B4B. Windows color (decimal): -10738191 or 15803740. OLE color: 15803740.
HSL color Cylindrical-coordinate representation of color #5C25F1: hue angle of 256.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C25F1 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 37 | 241 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.05 |
| HSL | 256.18º | 0.88% | 0.55% | - |
| HSV(B) | 256.18º | 0.85% | 0.95% | - |
| XYZ | 20.95 | 9.95 | 84.04 | - |
| YUV | 76.7 | 220.72 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 241 | 0.62 | 0.85 | 0 | 0.05 | 256.18 | 0.88 | 0.55 |
| Hex | 5C | 25 | F1 | 3E | 55 | 0 | 5 | 100 | 58 | 37 |
| Octal | 134 | 45 | 361 | 76 | 125 | 0 | 5 | 400 | 130 | 67 |
| Binary | 1011100 | 100101 | 11110001 | 111110 | 1010101 | 0 | 101 | 100000000 | 1011000 | 110111 |
Color Harmonies of #5C25F1
Complementary color
Monochromatic Colors of #5C25F1
Black with #5C25F1
Text Example
Text Example
White with #5C25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C25F1; }
p { color: rgb(92,37,241); }
H1.HeaderClassName
{
color: #5C25F1;
}
.AnyTagClassName
{
color: #5C25F1;
}
</style>
background-color css
<style>
a { background-color: #5C25F1; }
a { background-color: rgb(92,37,241); }
div.DivClassName
{
background-color: #5C25F1;
}
.BgClassName
{
background-color: #5C25F1;
}
</style>
border-color css
<style>
span { border-color: #5C25F1; }
span { border-color: rgb(92,37,241); }
td.TdClassName
{
border-color: #5C25F1;
}
.TagClassName
{
border-color: #5C25F1;
}
</style>