Shades of Han Purple #6919E6
Tints of Han Purple #6919E6
RGB
CMYK
RGB Variations
Color information
#6919E6 (or 0x6919E6) is known color: Han Purple. HEX triplet: 69, 19 and E6. RGB value is (105,25,230). Sum of RGB (Red+Green+Blue) = 105+25+230=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #6919E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919E6 is #96E619. Grayscale: #474747. Windows color (decimal): -9889306 or 15079785. OLE color: 15079785.
HSL color Cylindrical-coordinate representation of color #6919E6: hue angle of 263.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6919E6 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 25 | 230 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.10 |
| HSL | 263.41º | 0.8% | 0.5% | - |
| HSV(B) | 263.41º | 0.89% | 0.9% | - |
| XYZ | 20.46 | 9.41 | 75.6 | - |
| YUV | 72.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 230 | 0.54 | 0.89 | 0 | 0.10 | 263.41 | 0.8 | 0.5 |
| Hex | 69 | 19 | E6 | 36 | 59 | 0 | A | 107 | 50 | 32 |
| Octal | 151 | 31 | 346 | 66 | 131 | 0 | 12 | 407 | 120 | 62 |
| Binary | 1101001 | 11001 | 11100110 | 110110 | 1011001 | 0 | 1010 | 100000111 | 1010000 | 110010 |
Color Harmonies of #6919E6
Complementary color
Monochromatic Colors of #6919E6
Black with #6919E6
Text Example
Text Example
White with #6919E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919E6; }
p { color: rgb(105,25,230); }
H1.HeaderClassName
{
color: #6919E6;
}
.AnyTagClassName
{
color: #6919E6;
}
</style>
background-color css
<style>
a { background-color: #6919E6; }
a { background-color: rgb(105,25,230); }
div.DivClassName
{
background-color: #6919E6;
}
.BgClassName
{
background-color: #6919E6;
}
</style>
border-color css
<style>
span { border-color: #6919E6; }
span { border-color: rgb(105,25,230); }
td.TdClassName
{
border-color: #6919E6;
}
.TagClassName
{
border-color: #6919E6;
}
</style>