Shades of Han Purple #6124F1
Tints of Han Purple #6124F1
RGB
CMYK
RGB Variations
Color information
#6124F1 (or 0x6124F1) is known color: Han Purple. HEX triplet: 61, 24 and F1. RGB value is (97,36,241). Sum of RGB (Red+Green+Blue) = 97+36+241=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #6124F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124F1 is #9EDB0E. Grayscale: #4C4C4C. Windows color (decimal): -10410767 or 15803489. OLE color: 15803489.
HSL color Cylindrical-coordinate representation of color #6124F1: hue angle of 257.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6124F1 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 36 | 241 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.05 |
| HSL | 257.85º | 0.88% | 0.54% | - |
| HSV(B) | 257.85º | 0.85% | 0.95% | - |
| XYZ | 21.44 | 10.15 | 84.05 | - |
| YUV | 77.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 241 | 0.60 | 0.85 | 0 | 0.05 | 257.85 | 0.88 | 0.54 |
| Hex | 61 | 24 | F1 | 3C | 55 | 0 | 5 | 102 | 58 | 36 |
| Octal | 141 | 44 | 361 | 74 | 125 | 0 | 5 | 402 | 130 | 66 |
| Binary | 1100001 | 100100 | 11110001 | 111100 | 1010101 | 0 | 101 | 100000010 | 1011000 | 110110 |
Color Harmonies of #6124F1
Complementary color
Monochromatic Colors of #6124F1
Black with #6124F1
Text Example
Text Example
White with #6124F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6124F1; }
p { color: rgb(97,36,241); }
H1.HeaderClassName
{
color: #6124F1;
}
.AnyTagClassName
{
color: #6124F1;
}
</style>
background-color css
<style>
a { background-color: #6124F1; }
a { background-color: rgb(97,36,241); }
div.DivClassName
{
background-color: #6124F1;
}
.BgClassName
{
background-color: #6124F1;
}
</style>
border-color css
<style>
span { border-color: #6124F1; }
span { border-color: rgb(97,36,241); }
td.TdClassName
{
border-color: #6124F1;
}
.TagClassName
{
border-color: #6124F1;
}
</style>