Shades of Han Purple #6718FA
Tints of Han Purple #6718FA
RGB
CMYK
RGB Variations
Color information
#6718FA (or 0x6718FA) is known color: Han Purple. HEX triplet: 67, 18 and FA. RGB value is (103,24,250). Sum of RGB (Red+Green+Blue) = 103+24+250=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 24 (9.77% from 255 or 6.37% 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 #6718FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6718FA is #98E705. Grayscale: #484848. Windows color (decimal): -10020614 or 16390247. OLE color: 16390247.
HSL color Cylindrical-coordinate representation of color #6718FA: hue angle of 260.97º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6718FA is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 24 | 250 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.02 |
| HSL | 260.97º | 0.96% | 0.54% | - |
| HSV(B) | 260.97º | 0.9% | 0.98% | - |
| XYZ | 23.18 | 10.44 | 91.24 | - |
| YUV | 73.39 | 227.67 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 250 | 0.59 | 0.90 | 0 | 0.02 | 260.97 | 0.96 | 0.54 |
| Hex | 67 | 18 | FA | 3B | 5A | 0 | 2 | 105 | 60 | 36 |
| Octal | 147 | 30 | 372 | 73 | 132 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1100111 | 11000 | 11111010 | 111011 | 1011010 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #6718FA
Complementary color
Monochromatic Colors of #6718FA
Black with #6718FA
Text Example
Text Example
White with #6718FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6718FA; }
p { color: rgb(103,24,250); }
H1.HeaderClassName
{
color: #6718FA;
}
.AnyTagClassName
{
color: #6718FA;
}
</style>
background-color css
<style>
a { background-color: #6718FA; }
a { background-color: rgb(103,24,250); }
div.DivClassName
{
background-color: #6718FA;
}
.BgClassName
{
background-color: #6718FA;
}
</style>
border-color css
<style>
span { border-color: #6718FA; }
span { border-color: rgb(103,24,250); }
td.TdClassName
{
border-color: #6718FA;
}
.TagClassName
{
border-color: #6718FA;
}
</style>