Shades of Han Purple #6127F9
Tints of Han Purple #6127F9
RGB
CMYK
RGB Variations
Color information
#6127F9 (or 0x6127F9) is known color: Han Purple. HEX triplet: 61, 27 and F9. RGB value is (97,39,249). Sum of RGB (Red+Green+Blue) = 97+39+249=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #6127F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127F9 is #9ED806. Grayscale: #4F4F4F. Windows color (decimal): -10409991 or 16328545. OLE color: 16328545.
HSL color Cylindrical-coordinate representation of color #6127F9: hue angle of 256.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6127F9 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 39 | 249 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.02 |
| HSL | 256.57º | 0.95% | 0.56% | - |
| HSV(B) | 256.57º | 0.84% | 0.98% | - |
| XYZ | 22.75 | 10.83 | 90.51 | - |
| YUV | 80.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 249 | 0.61 | 0.84 | 0 | 0.02 | 256.57 | 0.95 | 0.56 |
| Hex | 61 | 27 | F9 | 3D | 54 | 0 | 2 | 101 | 5F | 38 |
| Octal | 141 | 47 | 371 | 75 | 124 | 0 | 2 | 401 | 137 | 70 |
| Binary | 1100001 | 100111 | 11111001 | 111101 | 1010100 | 0 | 10 | 100000001 | 1011111 | 111000 |
Color Harmonies of #6127F9
Complementary color
Monochromatic Colors of #6127F9
Black with #6127F9
Text Example
Text Example
White with #6127F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127F9; }
p { color: rgb(97,39,249); }
H1.HeaderClassName
{
color: #6127F9;
}
.AnyTagClassName
{
color: #6127F9;
}
</style>
background-color css
<style>
a { background-color: #6127F9; }
a { background-color: rgb(97,39,249); }
div.DivClassName
{
background-color: #6127F9;
}
.BgClassName
{
background-color: #6127F9;
}
</style>
border-color css
<style>
span { border-color: #6127F9; }
span { border-color: rgb(97,39,249); }
td.TdClassName
{
border-color: #6127F9;
}
.TagClassName
{
border-color: #6127F9;
}
</style>