Shades of Han Purple #6121F8
Tints of Han Purple #6121F8
RGB
CMYK
RGB Variations
Color information
#6121F8 (or 0x6121F8) is known color: Han Purple. HEX triplet: 61, 21 and F8. RGB value is (97,33,248). Sum of RGB (Red+Green+Blue) = 97+33+248=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #6121F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121F8 is #9EDE07. Grayscale: #4B4B4B. Windows color (decimal): -10411528 or 16261473. OLE color: 16261473.
HSL color Cylindrical-coordinate representation of color #6121F8: hue angle of 257.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6121F8 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 33 | 248 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.03 |
| HSL | 257.86º | 0.94% | 0.55% | - |
| HSV(B) | 257.86º | 0.87% | 0.97% | - |
| XYZ | 22.42 | 10.41 | 89.63 | - |
| YUV | 76.65 | 224.7 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 248 | 0.61 | 0.87 | 0 | 0.03 | 257.86 | 0.94 | 0.55 |
| Hex | 61 | 21 | F8 | 3D | 57 | 0 | 3 | 102 | 5E | 37 |
| Octal | 141 | 41 | 370 | 75 | 127 | 0 | 3 | 402 | 136 | 67 |
| Binary | 1100001 | 100001 | 11111000 | 111101 | 1010111 | 0 | 11 | 100000010 | 1011110 | 110111 |
Color Harmonies of #6121F8
Complementary color
Monochromatic Colors of #6121F8
Black with #6121F8
Text Example
Text Example
White with #6121F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121F8; }
p { color: rgb(97,33,248); }
H1.HeaderClassName
{
color: #6121F8;
}
.AnyTagClassName
{
color: #6121F8;
}
</style>
background-color css
<style>
a { background-color: #6121F8; }
a { background-color: rgb(97,33,248); }
div.DivClassName
{
background-color: #6121F8;
}
.BgClassName
{
background-color: #6121F8;
}
</style>
border-color css
<style>
span { border-color: #6121F8; }
span { border-color: rgb(97,33,248); }
td.TdClassName
{
border-color: #6121F8;
}
.TagClassName
{
border-color: #6121F8;
}
</style>