Shades of Han Purple #6127FF
Tints of Han Purple #6127FF
RGB
CMYK
RGB Variations
Color information
#6127FF (or 0x6127FF) is known color: Han Purple. HEX triplet: 61, 27 and FF. RGB value is (97,39,255). Sum of RGB (Red+Green+Blue) = 97+39+255=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #6127FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6127FF is #9ED800. Grayscale: #505050. Windows color (decimal): -10409985 or 16721761. OLE color: 16721761.
HSL color Cylindrical-coordinate representation of color #6127FF: hue angle of 256.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6127FF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 39 | 255 | - |
| CMYK | 0.62 | 0.85 | 0 | 0 |
| HSL | 256.11º | 1% | 0.58% | - |
| HSV(B) | 256.11º | 0.85% | 1% | - |
| XYZ | 23.71 | 11.21 | 95.52 | - |
| YUV | 80.97 | 226.22 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 255 | 0.62 | 0.85 | 0 | 0 | 256.11 | 1 | 0.58 |
| Hex | 61 | 27 | FF | 3E | 55 | 0 | 0 | 100 | 64 | 3A |
| Octal | 141 | 47 | 377 | 76 | 125 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100001 | 100111 | 11111111 | 111110 | 1010101 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #6127FF
Complementary color
Monochromatic Colors of #6127FF
Black with #6127FF
Text Example
Text Example
White with #6127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127FF; }
p { color: rgb(97,39,255); }
H1.HeaderClassName
{
color: #6127FF;
}
.AnyTagClassName
{
color: #6127FF;
}
</style>
background-color css
<style>
a { background-color: #6127FF; }
a { background-color: rgb(97,39,255); }
div.DivClassName
{
background-color: #6127FF;
}
.BgClassName
{
background-color: #6127FF;
}
</style>
border-color css
<style>
span { border-color: #6127FF; }
span { border-color: rgb(97,39,255); }
td.TdClassName
{
border-color: #6127FF;
}
.TagClassName
{
border-color: #6127FF;
}
</style>