Shades of Han Purple #6127F1
Tints of Han Purple #6127F1
RGB
CMYK
RGB Variations
Color information
#6127F1 (or 0x6127F1) is known color: Han Purple. HEX triplet: 61, 27 and F1. RGB value is (97,39,241). Sum of RGB (Red+Green+Blue) = 97+39+241=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #6127F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127F1 is #9ED80E. Grayscale: #4E4E4E. Windows color (decimal): -10409999 or 15804257. OLE color: 15804257.
HSL color Cylindrical-coordinate representation of color #6127F1: hue angle of 257.23º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6127F1 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 39 | 241 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.05 |
| HSL | 257.23º | 0.88% | 0.55% | - |
| HSV(B) | 257.23º | 0.84% | 0.95% | - |
| XYZ | 21.53 | 10.34 | 84.08 | - |
| YUV | 79.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 241 | 0.60 | 0.84 | 0 | 0.05 | 257.23 | 0.88 | 0.55 |
| Hex | 61 | 27 | F1 | 3C | 54 | 0 | 5 | 101 | 58 | 37 |
| Octal | 141 | 47 | 361 | 74 | 124 | 0 | 5 | 401 | 130 | 67 |
| Binary | 1100001 | 100111 | 11110001 | 111100 | 1010100 | 0 | 101 | 100000001 | 1011000 | 110111 |
Color Harmonies of #6127F1
Complementary color
Monochromatic Colors of #6127F1
Black with #6127F1
Text Example
Text Example
White with #6127F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127F1; }
p { color: rgb(97,39,241); }
H1.HeaderClassName
{
color: #6127F1;
}
.AnyTagClassName
{
color: #6127F1;
}
</style>
background-color css
<style>
a { background-color: #6127F1; }
a { background-color: rgb(97,39,241); }
div.DivClassName
{
background-color: #6127F1;
}
.BgClassName
{
background-color: #6127F1;
}
</style>
border-color css
<style>
span { border-color: #6127F1; }
span { border-color: rgb(97,39,241); }
td.TdClassName
{
border-color: #6127F1;
}
.TagClassName
{
border-color: #6127F1;
}
</style>