Shades of Han Purple #6114DF
Tints of Han Purple #6114DF
RGB
CMYK
RGB Variations
Color information
#6114DF (or 0x6114DF) is known color: Han Purple. HEX triplet: 61, 14 and DF. RGB value is (97,20,223). Sum of RGB (Red+Green+Blue) = 97+20+223=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6114DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114DF is #9EEB20. Grayscale: #414141. Windows color (decimal): -10414881 or 14619745. OLE color: 14619745.
HSL color Cylindrical-coordinate representation of color #6114DF: hue angle of 262.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6114DF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 20 | 223 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.13 |
| HSL | 262.76º | 0.84% | 0.48% | - |
| HSV(B) | 262.76º | 0.91% | 0.87% | - |
| XYZ | 18.5 | 8.37 | 70.45 | - |
| YUV | 66.17 | 216.51 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 223 | 0.57 | 0.91 | 0 | 0.13 | 262.76 | 0.84 | 0.48 |
| Hex | 61 | 14 | DF | 39 | 5B | 0 | D | 107 | 54 | 30 |
| Octal | 141 | 24 | 337 | 71 | 133 | 0 | 15 | 407 | 124 | 60 |
| Binary | 1100001 | 10100 | 11011111 | 111001 | 1011011 | 0 | 1101 | 100000111 | 1010100 | 110000 |
Color Harmonies of #6114DF
Complementary color
Monochromatic Colors of #6114DF
Black with #6114DF
Text Example
Text Example
White with #6114DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114DF; }
p { color: rgb(97,20,223); }
H1.HeaderClassName
{
color: #6114DF;
}
.AnyTagClassName
{
color: #6114DF;
}
</style>
background-color css
<style>
a { background-color: #6114DF; }
a { background-color: rgb(97,20,223); }
div.DivClassName
{
background-color: #6114DF;
}
.BgClassName
{
background-color: #6114DF;
}
</style>
border-color css
<style>
span { border-color: #6114DF; }
span { border-color: rgb(97,20,223); }
td.TdClassName
{
border-color: #6114DF;
}
.TagClassName
{
border-color: #6114DF;
}
</style>