Shades of Han Purple #5C15F1
Tints of Han Purple #5C15F1
RGB
CMYK
RGB Variations
Color information
#5C15F1 (or 0x5C15F1) is known color: Han Purple. HEX triplet: 5C, 15 and F1. RGB value is (92,21,241). Sum of RGB (Red+Green+Blue) = 92+21+241=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C15F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C15F1 is #A3EA0E. Grayscale: #424242. Windows color (decimal): -10742287 or 15799644. OLE color: 15799644.
HSL color Cylindrical-coordinate representation of color #5C15F1: hue angle of 259.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C15F1 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 21 | 241 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.05 |
| HSL | 259.36º | 0.89% | 0.51% | - |
| HSV(B) | 259.36º | 0.91% | 0.95% | - |
| XYZ | 20.56 | 9.16 | 83.9 | - |
| YUV | 67.31 | 226.02 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 241 | 0.62 | 0.91 | 0 | 0.05 | 259.36 | 0.89 | 0.51 |
| Hex | 5C | 15 | F1 | 3E | 5B | 0 | 5 | 103 | 59 | 33 |
| Octal | 134 | 25 | 361 | 76 | 133 | 0 | 5 | 403 | 131 | 63 |
| Binary | 1011100 | 10101 | 11110001 | 111110 | 1011011 | 0 | 101 | 100000011 | 1011001 | 110011 |
Color Harmonies of #5C15F1
Complementary color
Monochromatic Colors of #5C15F1
Black with #5C15F1
Text Example
Text Example
White with #5C15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C15F1; }
p { color: rgb(92,21,241); }
H1.HeaderClassName
{
color: #5C15F1;
}
.AnyTagClassName
{
color: #5C15F1;
}
</style>
background-color css
<style>
a { background-color: #5C15F1; }
a { background-color: rgb(92,21,241); }
div.DivClassName
{
background-color: #5C15F1;
}
.BgClassName
{
background-color: #5C15F1;
}
</style>
border-color css
<style>
span { border-color: #5C15F1; }
span { border-color: rgb(92,21,241); }
td.TdClassName
{
border-color: #5C15F1;
}
.TagClassName
{
border-color: #5C15F1;
}
</style>