Shades of Han Purple #6120FF
Tints of Han Purple #6120FF
RGB
CMYK
RGB Variations
Color information
#6120FF (or 0x6120FF) is known color: Han Purple. HEX triplet: 61, 20 and FF. RGB value is (97,32,255). Sum of RGB (Red+Green+Blue) = 97+32+255=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #6120FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6120FF is #9EDF00. Grayscale: #4C4C4C. Windows color (decimal): -10411777 or 16719969. OLE color: 16719969.
HSL color Cylindrical-coordinate representation of color #6120FF: hue angle of 257.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6120FF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 32 | 255 | - |
| CMYK | 0.62 | 0.87 | 0 | 0 |
| HSL | 257.49º | 1% | 0.56% | - |
| HSV(B) | 257.49º | 0.87% | 1% | - |
| XYZ | 23.5 | 10.79 | 95.45 | - |
| YUV | 76.86 | 228.53 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 255 | 0.62 | 0.87 | 0 | 0 | 257.49 | 1 | 0.56 |
| Hex | 61 | 20 | FF | 3E | 57 | 0 | 0 | 101 | 64 | 38 |
| Octal | 141 | 40 | 377 | 76 | 127 | 0 | 0 | 401 | 144 | 70 |
| Binary | 1100001 | 100000 | 11111111 | 111110 | 1010111 | 0 | 0 | 100000001 | 1100100 | 111000 |
Color Harmonies of #6120FF
Complementary color
Monochromatic Colors of #6120FF
Black with #6120FF
Text Example
Text Example
White with #6120FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120FF; }
p { color: rgb(97,32,255); }
H1.HeaderClassName
{
color: #6120FF;
}
.AnyTagClassName
{
color: #6120FF;
}
</style>
background-color css
<style>
a { background-color: #6120FF; }
a { background-color: rgb(97,32,255); }
div.DivClassName
{
background-color: #6120FF;
}
.BgClassName
{
background-color: #6120FF;
}
</style>
border-color css
<style>
span { border-color: #6120FF; }
span { border-color: rgb(97,32,255); }
td.TdClassName
{
border-color: #6120FF;
}
.TagClassName
{
border-color: #6120FF;
}
</style>