Shades of Han Purple #6817FA
Tints of Han Purple #6817FA
RGB
CMYK
RGB Variations
Color information
#6817FA (or 0x6817FA) is known color: Han Purple. HEX triplet: 68, 17 and FA. RGB value is (104,23,250). Sum of RGB (Red+Green+Blue) = 104+23+250=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6817FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6817FA is #97E805. Grayscale: #484848. Windows color (decimal): -9955334 or 16389992. OLE color: 16389992.
HSL color Cylindrical-coordinate representation of color #6817FA: hue angle of 261.41º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6817FA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 23 | 250 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.02 |
| HSL | 261.41º | 0.96% | 0.54% | - |
| HSV(B) | 261.41º | 0.91% | 0.98% | - |
| XYZ | 23.27 | 10.46 | 91.23 | - |
| YUV | 73.1 | 227.84 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 250 | 0.58 | 0.91 | 0 | 0.02 | 261.41 | 0.96 | 0.54 |
| Hex | 68 | 17 | FA | 3A | 5B | 0 | 2 | 105 | 60 | 36 |
| Octal | 150 | 27 | 372 | 72 | 133 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1101000 | 10111 | 11111010 | 111010 | 1011011 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #6817FA
Complementary color
Monochromatic Colors of #6817FA
Black with #6817FA
Text Example
Text Example
White with #6817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817FA; }
p { color: rgb(104,23,250); }
H1.HeaderClassName
{
color: #6817FA;
}
.AnyTagClassName
{
color: #6817FA;
}
</style>
background-color css
<style>
a { background-color: #6817FA; }
a { background-color: rgb(104,23,250); }
div.DivClassName
{
background-color: #6817FA;
}
.BgClassName
{
background-color: #6817FA;
}
</style>
border-color css
<style>
span { border-color: #6817FA; }
span { border-color: rgb(104,23,250); }
td.TdClassName
{
border-color: #6817FA;
}
.TagClassName
{
border-color: #6817FA;
}
</style>