Shades of Han Purple #6919EE
Tints of Han Purple #6919EE
RGB
CMYK
RGB Variations
Color information
#6919EE (or 0x6919EE) is known color: Han Purple. HEX triplet: 69, 19 and EE. RGB value is (105,25,238). Sum of RGB (Red+Green+Blue) = 105+25+238=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #6919EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919EE is #96E611. Grayscale: #484848. Windows color (decimal): -9889298 or 15604073. OLE color: 15604073.
HSL color Cylindrical-coordinate representation of color #6919EE: hue angle of 262.54º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6919EE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 25 | 238 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.07 |
| HSL | 262.54º | 0.86% | 0.52% | - |
| HSV(B) | 262.54º | 0.89% | 0.93% | - |
| XYZ | 21.61 | 9.87 | 81.66 | - |
| YUV | 73.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 238 | 0.56 | 0.89 | 0 | 0.07 | 262.54 | 0.86 | 0.52 |
| Hex | 69 | 19 | EE | 38 | 59 | 0 | 7 | 107 | 56 | 34 |
| Octal | 151 | 31 | 356 | 70 | 131 | 0 | 7 | 407 | 126 | 64 |
| Binary | 1101001 | 11001 | 11101110 | 111000 | 1011001 | 0 | 111 | 100000111 | 1010110 | 110100 |
Color Harmonies of #6919EE
Complementary color
Monochromatic Colors of #6919EE
Black with #6919EE
Text Example
Text Example
White with #6919EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919EE; }
p { color: rgb(105,25,238); }
H1.HeaderClassName
{
color: #6919EE;
}
.AnyTagClassName
{
color: #6919EE;
}
</style>
background-color css
<style>
a { background-color: #6919EE; }
a { background-color: rgb(105,25,238); }
div.DivClassName
{
background-color: #6919EE;
}
.BgClassName
{
background-color: #6919EE;
}
</style>
border-color css
<style>
span { border-color: #6919EE; }
span { border-color: rgb(105,25,238); }
td.TdClassName
{
border-color: #6919EE;
}
.TagClassName
{
border-color: #6919EE;
}
</style>