Shades of Han Purple #6919F1
Tints of Han Purple #6919F1
RGB
CMYK
RGB Variations
Color information
#6919F1 (or 0x6919F1) is known color: Han Purple. HEX triplet: 69, 19 and F1. RGB value is (105,25,241). Sum of RGB (Red+Green+Blue) = 105+25+241=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #6919F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919F1 is #96E60E. Grayscale: #484848. Windows color (decimal): -9889295 or 15800681. OLE color: 15800681.
HSL color Cylindrical-coordinate representation of color #6919F1: hue angle of 262.22º 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 #6919F1 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 25 | 241 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.05 |
| HSL | 262.22º | 0.89% | 0.52% | - |
| HSV(B) | 262.22º | 0.9% | 0.95% | - |
| XYZ | 22.05 | 10.05 | 84 | - |
| YUV | 73.54 | 222.5 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 241 | 0.56 | 0.90 | 0 | 0.05 | 262.22 | 0.89 | 0.52 |
| Hex | 69 | 19 | F1 | 38 | 5A | 0 | 5 | 106 | 59 | 34 |
| Octal | 151 | 31 | 361 | 70 | 132 | 0 | 5 | 406 | 131 | 64 |
| Binary | 1101001 | 11001 | 11110001 | 111000 | 1011010 | 0 | 101 | 100000110 | 1011001 | 110100 |
Color Harmonies of #6919F1
Complementary color
Monochromatic Colors of #6919F1
Black with #6919F1
Text Example
Text Example
White with #6919F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919F1; }
p { color: rgb(105,25,241); }
H1.HeaderClassName
{
color: #6919F1;
}
.AnyTagClassName
{
color: #6919F1;
}
</style>
background-color css
<style>
a { background-color: #6919F1; }
a { background-color: rgb(105,25,241); }
div.DivClassName
{
background-color: #6919F1;
}
.BgClassName
{
background-color: #6919F1;
}
</style>
border-color css
<style>
span { border-color: #6919F1; }
span { border-color: rgb(105,25,241); }
td.TdClassName
{
border-color: #6919F1;
}
.TagClassName
{
border-color: #6919F1;
}
</style>