Shades of Han Purple #6919FA
Tints of Han Purple #6919FA
RGB
CMYK
RGB Variations
Color information
#6919FA (or 0x6919FA) is known color: Han Purple. HEX triplet: 69, 19 and FA. RGB value is (105,25,250). Sum of RGB (Red+Green+Blue) = 105+25+250=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #6919FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919FA is #96E605. Grayscale: #494949. Windows color (decimal): -9889286 or 16390505. OLE color: 16390505.
HSL color Cylindrical-coordinate representation of color #6919FA: hue angle of 261.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6919FA is Cyan = 0.58, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 25 | 250 | - |
| CMYK | 0.58 | 0.9 | 0 | 0.02 |
| HSL | 261.33º | 0.96% | 0.54% | - |
| HSV(B) | 261.33º | 0.9% | 0.98% | - |
| XYZ | 23.43 | 10.6 | 91.25 | - |
| YUV | 74.57 | 227 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 250 | 0.58 | 0.9 | 0 | 0.02 | 261.33 | 0.96 | 0.54 |
| Hex | 69 | 19 | FA | 3A | 5A | 0 | 2 | 105 | 60 | 36 |
| Octal | 151 | 31 | 372 | 72 | 132 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1101001 | 11001 | 11111010 | 111010 | 1011010 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #6919FA
Complementary color
Monochromatic Colors of #6919FA
Black with #6919FA
Text Example
Text Example
White with #6919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919FA; }
p { color: rgb(105,25,250); }
H1.HeaderClassName
{
color: #6919FA;
}
.AnyTagClassName
{
color: #6919FA;
}
</style>
background-color css
<style>
a { background-color: #6919FA; }
a { background-color: rgb(105,25,250); }
div.DivClassName
{
background-color: #6919FA;
}
.BgClassName
{
background-color: #6919FA;
}
</style>
border-color css
<style>
span { border-color: #6919FA; }
span { border-color: rgb(105,25,250); }
td.TdClassName
{
border-color: #6919FA;
}
.TagClassName
{
border-color: #6919FA;
}
</style>