Shades of Han Purple #6919FF
Tints of Han Purple #6919FF
RGB
CMYK
RGB Variations
Color information
#6919FF (or 0x6919FF) is known color: Han Purple. HEX triplet: 69, 19 and FF. RGB value is (105,25,255). Sum of RGB (Red+Green+Blue) = 105+25+255=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #6919FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919FF is #96E600. Grayscale: #4A4A4A. Windows color (decimal): -9889281 or 16718185. OLE color: 16718185.
HSL color Cylindrical-coordinate representation of color #6919FF: hue angle of 260.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6919FF is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 25 | 255 | - |
| CMYK | 0.59 | 0.90 | 0 | 0 |
| HSL | 260.87º | 1% | 0.55% | - |
| HSV(B) | 260.87º | 0.9% | 1% | - |
| XYZ | 24.22 | 10.92 | 95.44 | - |
| YUV | 75.14 | 229.5 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 255 | 0.59 | 0.90 | 0 | 0 | 260.87 | 1 | 0.55 |
| Hex | 69 | 19 | FF | 3B | 5A | 0 | 0 | 105 | 64 | 37 |
| Octal | 151 | 31 | 377 | 73 | 132 | 0 | 0 | 405 | 144 | 67 |
| Binary | 1101001 | 11001 | 11111111 | 111011 | 1011010 | 0 | 0 | 100000101 | 1100100 | 110111 |
Color Harmonies of #6919FF
Complementary color
Monochromatic Colors of #6919FF
Black with #6919FF
Text Example
Text Example
White with #6919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919FF; }
p { color: rgb(105,25,255); }
H1.HeaderClassName
{
color: #6919FF;
}
.AnyTagClassName
{
color: #6919FF;
}
</style>
background-color css
<style>
a { background-color: #6919FF; }
a { background-color: rgb(105,25,255); }
div.DivClassName
{
background-color: #6919FF;
}
.BgClassName
{
background-color: #6919FF;
}
</style>
border-color css
<style>
span { border-color: #6919FF; }
span { border-color: rgb(105,25,255); }
td.TdClassName
{
border-color: #6919FF;
}
.TagClassName
{
border-color: #6919FF;
}
</style>