Shades of Han Purple #6917EA
Tints of Han Purple #6917EA
RGB
CMYK
RGB Variations
Color information
#6917EA (or 0x6917EA) is known color: Han Purple. HEX triplet: 69, 17 and EA. RGB value is (105,23,234). Sum of RGB (Red+Green+Blue) = 105+23+234=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #6917EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6917EA is #96E815. Grayscale: #464646. Windows color (decimal): -9889814 or 15341417. OLE color: 15341417.
HSL color Cylindrical-coordinate representation of color #6917EA: hue angle of 263.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6917EA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 23 | 234 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.08 |
| HSL | 263.32º | 0.83% | 0.5% | - |
| HSV(B) | 263.32º | 0.9% | 0.92% | - |
| XYZ | 20.98 | 9.56 | 78.58 | - |
| YUV | 71.57 | 219.67 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 234 | 0.55 | 0.90 | 0 | 0.08 | 263.32 | 0.83 | 0.5 |
| Hex | 69 | 17 | EA | 37 | 5A | 0 | 8 | 107 | 53 | 32 |
| Octal | 151 | 27 | 352 | 67 | 132 | 0 | 10 | 407 | 123 | 62 |
| Binary | 1101001 | 10111 | 11101010 | 110111 | 1011010 | 0 | 1000 | 100000111 | 1010011 | 110010 |
Color Harmonies of #6917EA
Complementary color
Monochromatic Colors of #6917EA
Black with #6917EA
Text Example
Text Example
White with #6917EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6917EA; }
p { color: rgb(105,23,234); }
H1.HeaderClassName
{
color: #6917EA;
}
.AnyTagClassName
{
color: #6917EA;
}
</style>
background-color css
<style>
a { background-color: #6917EA; }
a { background-color: rgb(105,23,234); }
div.DivClassName
{
background-color: #6917EA;
}
.BgClassName
{
background-color: #6917EA;
}
</style>
border-color css
<style>
span { border-color: #6917EA; }
span { border-color: rgb(105,23,234); }
td.TdClassName
{
border-color: #6917EA;
}
.TagClassName
{
border-color: #6917EA;
}
</style>