Shades of Han Purple #6211F7
Tints of Han Purple #6211F7
RGB
CMYK
RGB Variations
Color information
#6211F7 (or 0x6211F7) is known color: Han Purple. HEX triplet: 62, 11 and F7. RGB value is (98,17,247). Sum of RGB (Red+Green+Blue) = 98+17+247=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #6211F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6211F7 is #9DEE08. Grayscale: #424242. Windows color (decimal): -10350089 or 16191842. OLE color: 16191842.
HSL color Cylindrical-coordinate representation of color #6211F7: hue angle of 261.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6211F7 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 17 | 247 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.03 |
| HSL | 261.13º | 0.93% | 0.52% | - |
| HSV(B) | 261.13º | 0.93% | 0.97% | - |
| XYZ | 22.03 | 9.71 | 88.71 | - |
| YUV | 67.44 | 229.34 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 247 | 0.60 | 0.93 | 0 | 0.03 | 261.13 | 0.93 | 0.52 |
| Hex | 62 | 11 | F7 | 3C | 5D | 0 | 3 | 105 | 5D | 34 |
| Octal | 142 | 21 | 367 | 74 | 135 | 0 | 3 | 405 | 135 | 64 |
| Binary | 1100010 | 10001 | 11110111 | 111100 | 1011101 | 0 | 11 | 100000101 | 1011101 | 110100 |
Color Harmonies of #6211F7
Complementary color
Monochromatic Colors of #6211F7
Black with #6211F7
Text Example
Text Example
White with #6211F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211F7; }
p { color: rgb(98,17,247); }
H1.HeaderClassName
{
color: #6211F7;
}
.AnyTagClassName
{
color: #6211F7;
}
</style>
background-color css
<style>
a { background-color: #6211F7; }
a { background-color: rgb(98,17,247); }
div.DivClassName
{
background-color: #6211F7;
}
.BgClassName
{
background-color: #6211F7;
}
</style>
border-color css
<style>
span { border-color: #6211F7; }
span { border-color: rgb(98,17,247); }
td.TdClassName
{
border-color: #6211F7;
}
.TagClassName
{
border-color: #6211F7;
}
</style>