Shades of Han Purple #6619F1
Tints of Han Purple #6619F1
RGB
CMYK
RGB Variations
Color information
#6619F1 (or 0x6619F1) is known color: Han Purple. HEX triplet: 66, 19 and F1. RGB value is (102,25,241). Sum of RGB (Red+Green+Blue) = 102+25+241=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #6619F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6619F1 is #99E60E. Grayscale: #474747. Windows color (decimal): -10085903 or 15800678. OLE color: 15800678.
HSL color Cylindrical-coordinate representation of color #6619F1: hue angle of 261.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6619F1 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 25 | 241 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.05 |
| HSL | 261.39º | 0.89% | 0.52% | - |
| HSV(B) | 261.39º | 0.9% | 0.95% | - |
| XYZ | 21.7 | 9.87 | 83.98 | - |
| YUV | 72.65 | 223.01 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 241 | 0.58 | 0.90 | 0 | 0.05 | 261.39 | 0.89 | 0.52 |
| Hex | 66 | 19 | F1 | 3A | 5A | 0 | 5 | 105 | 59 | 34 |
| Octal | 146 | 31 | 361 | 72 | 132 | 0 | 5 | 405 | 131 | 64 |
| Binary | 1100110 | 11001 | 11110001 | 111010 | 1011010 | 0 | 101 | 100000101 | 1011001 | 110100 |
Color Harmonies of #6619F1
Complementary color
Monochromatic Colors of #6619F1
Black with #6619F1
Text Example
Text Example
White with #6619F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619F1; }
p { color: rgb(102,25,241); }
H1.HeaderClassName
{
color: #6619F1;
}
.AnyTagClassName
{
color: #6619F1;
}
</style>
background-color css
<style>
a { background-color: #6619F1; }
a { background-color: rgb(102,25,241); }
div.DivClassName
{
background-color: #6619F1;
}
.BgClassName
{
background-color: #6619F1;
}
</style>
border-color css
<style>
span { border-color: #6619F1; }
span { border-color: rgb(102,25,241); }
td.TdClassName
{
border-color: #6619F1;
}
.TagClassName
{
border-color: #6619F1;
}
</style>