Shades of Han Purple #6919FE
Tints of Han Purple #6919FE
RGB
CMYK
RGB Variations
Color information
#6919FE (or 0x6919FE) is known color: Han Purple. HEX triplet: 69, 19 and FE. RGB value is (105,25,254). Sum of RGB (Red+Green+Blue) = 105+25+254=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #6919FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919FE is #96E601. Grayscale: #4A4A4A. Windows color (decimal): -9889282 or 16652649. OLE color: 16652649.
HSL color Cylindrical-coordinate representation of color #6919FE: hue angle of 260.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6919FE is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 25 | 254 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.00 |
| HSL | 260.96º | 0.99% | 0.55% | - |
| HSV(B) | 260.96º | 0.9% | 1% | - |
| XYZ | 24.06 | 10.85 | 94.59 | - |
| YUV | 75.03 | 229 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 254 | 0.59 | 0.90 | 0 | 0.00 | 260.96 | 0.99 | 0.55 |
| Hex | 69 | 19 | FE | 3B | 5A | 0 | 0 | 105 | 63 | 37 |
| Octal | 151 | 31 | 376 | 73 | 132 | 0 | 0 | 405 | 143 | 67 |
| Binary | 1101001 | 11001 | 11111110 | 111011 | 1011010 | 0 | 0 | 100000101 | 1100011 | 110111 |
Color Harmonies of #6919FE
Complementary color
Monochromatic Colors of #6919FE
Black with #6919FE
Text Example
Text Example
White with #6919FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919FE; }
p { color: rgb(105,25,254); }
H1.HeaderClassName
{
color: #6919FE;
}
.AnyTagClassName
{
color: #6919FE;
}
</style>
background-color css
<style>
a { background-color: #6919FE; }
a { background-color: rgb(105,25,254); }
div.DivClassName
{
background-color: #6919FE;
}
.BgClassName
{
background-color: #6919FE;
}
</style>
border-color css
<style>
span { border-color: #6919FE; }
span { border-color: rgb(105,25,254); }
td.TdClassName
{
border-color: #6919FE;
}
.TagClassName
{
border-color: #6919FE;
}
</style>