Shades of Han Purple #6817F3
Tints of Han Purple #6817F3
RGB
CMYK
RGB Variations
Color information
#6817F3 (or 0x6817F3) is known color: Han Purple. HEX triplet: 68, 17 and F3. RGB value is (104,23,243). Sum of RGB (Red+Green+Blue) = 104+23+243=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #6817F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6817F3 is #97E80C. Grayscale: #474747. Windows color (decimal): -9955341 or 15931240. OLE color: 15931240.
HSL color Cylindrical-coordinate representation of color #6817F3: hue angle of 262.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6817F3 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 23 | 243 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.05 |
| HSL | 262.09º | 0.9% | 0.52% | - |
| HSV(B) | 262.09º | 0.91% | 0.95% | - |
| XYZ | 22.19 | 10.03 | 85.56 | - |
| YUV | 72.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 243 | 0.57 | 0.91 | 0 | 0.05 | 262.09 | 0.9 | 0.52 |
| Hex | 68 | 17 | F3 | 39 | 5B | 0 | 5 | 106 | 5A | 34 |
| Octal | 150 | 27 | 363 | 71 | 133 | 0 | 5 | 406 | 132 | 64 |
| Binary | 1101000 | 10111 | 11110011 | 111001 | 1011011 | 0 | 101 | 100000110 | 1011010 | 110100 |
Color Harmonies of #6817F3
Complementary color
Monochromatic Colors of #6817F3
Black with #6817F3
Text Example
Text Example
White with #6817F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817F3; }
p { color: rgb(104,23,243); }
H1.HeaderClassName
{
color: #6817F3;
}
.AnyTagClassName
{
color: #6817F3;
}
</style>
background-color css
<style>
a { background-color: #6817F3; }
a { background-color: rgb(104,23,243); }
div.DivClassName
{
background-color: #6817F3;
}
.BgClassName
{
background-color: #6817F3;
}
</style>
border-color css
<style>
span { border-color: #6817F3; }
span { border-color: rgb(104,23,243); }
td.TdClassName
{
border-color: #6817F3;
}
.TagClassName
{
border-color: #6817F3;
}
</style>