Shades of Han Purple #6127F8
Tints of Han Purple #6127F8
RGB
CMYK
RGB Variations
Color information
#6127F8 (or 0x6127F8) is known color: Han Purple. HEX triplet: 61, 27 and F8. RGB value is (97,39,248). Sum of RGB (Red+Green+Blue) = 97+39+248=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 248 (97.27% from 255 or 64.58% from 384); Max value from RGB is 248 - color contains mainly: blue. Hex color #6127F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127F8 is #9ED807. Grayscale: #4F4F4F. Windows color (decimal): -10409992 or 16263009. OLE color: 16263009.
HSL color Cylindrical-coordinate representation of color #6127F8: hue angle of 256.65º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6127F8 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 39 | 248 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.03 |
| HSL | 256.65º | 0.94% | 0.56% | - |
| HSV(B) | 256.65º | 0.84% | 0.97% | - |
| XYZ | 22.6 | 10.77 | 89.69 | - |
| YUV | 80.17 | 222.72 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 248 | 0.61 | 0.84 | 0 | 0.03 | 256.65 | 0.94 | 0.56 |
| Hex | 61 | 27 | F8 | 3D | 54 | 0 | 3 | 101 | 5E | 38 |
| Octal | 141 | 47 | 370 | 75 | 124 | 0 | 3 | 401 | 136 | 70 |
| Binary | 1100001 | 100111 | 11111000 | 111101 | 1010100 | 0 | 11 | 100000001 | 1011110 | 111000 |
Color Harmonies of #6127F8
Complementary color
Monochromatic Colors of #6127F8
Black with #6127F8
Text Example
Text Example
White with #6127F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127F8; }
p { color: rgb(97,39,248); }
H1.HeaderClassName
{
color: #6127F8;
}
.AnyTagClassName
{
color: #6127F8;
}
</style>
background-color css
<style>
a { background-color: #6127F8; }
a { background-color: rgb(97,39,248); }
div.DivClassName
{
background-color: #6127F8;
}
.BgClassName
{
background-color: #6127F8;
}
</style>
border-color css
<style>
span { border-color: #6127F8; }
span { border-color: rgb(97,39,248); }
td.TdClassName
{
border-color: #6127F8;
}
.TagClassName
{
border-color: #6127F8;
}
</style>