Shades of Han Purple #6120DF
Tints of Han Purple #6120DF
RGB
CMYK
RGB Variations
Color information
#6120DF (or 0x6120DF) is known color: Han Purple. HEX triplet: 61, 20 and DF. RGB value is (97,32,223). Sum of RGB (Red+Green+Blue) = 97+32+223=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #6120DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120DF is #9EDF20. Grayscale: #484848. Windows color (decimal): -10411809 or 14622817. OLE color: 14622817.
HSL color Cylindrical-coordinate representation of color #6120DF: hue angle of 260.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6120DF is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 32 | 223 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.13 |
| HSL | 260.42º | 0.75% | 0.5% | - |
| HSV(B) | 260.42º | 0.86% | 0.87% | - |
| XYZ | 18.77 | 8.9 | 70.54 | - |
| YUV | 73.21 | 212.53 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 223 | 0.57 | 0.86 | 0 | 0.13 | 260.42 | 0.75 | 0.5 |
| Hex | 61 | 20 | DF | 39 | 56 | 0 | D | 104 | 4B | 32 |
| Octal | 141 | 40 | 337 | 71 | 126 | 0 | 15 | 404 | 113 | 62 |
| Binary | 1100001 | 100000 | 11011111 | 111001 | 1010110 | 0 | 1101 | 100000100 | 1001011 | 110010 |
Color Harmonies of #6120DF
Complementary color
Monochromatic Colors of #6120DF
Black with #6120DF
Text Example
Text Example
White with #6120DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120DF; }
p { color: rgb(97,32,223); }
H1.HeaderClassName
{
color: #6120DF;
}
.AnyTagClassName
{
color: #6120DF;
}
</style>
background-color css
<style>
a { background-color: #6120DF; }
a { background-color: rgb(97,32,223); }
div.DivClassName
{
background-color: #6120DF;
}
.BgClassName
{
background-color: #6120DF;
}
</style>
border-color css
<style>
span { border-color: #6120DF; }
span { border-color: rgb(97,32,223); }
td.TdClassName
{
border-color: #6120DF;
}
.TagClassName
{
border-color: #6120DF;
}
</style>