Shades of Han Purple #6818FB
Tints of Han Purple #6818FB
RGB
CMYK
RGB Variations
Color information
#6818FB (or 0x6818FB) is known color: Han Purple. HEX triplet: 68, 18 and FB. RGB value is (104,24,251). Sum of RGB (Red+Green+Blue) = 104+24+251=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #6818FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6818FB is #97E704. Grayscale: #484848. Windows color (decimal): -9955077 or 16455784. OLE color: 16455784.
HSL color Cylindrical-coordinate representation of color #6818FB: hue angle of 261.15º degrees, saturation: 0.97, 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 #6818FB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 24 | 251 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.02 |
| HSL | 261.15º | 0.97% | 0.54% | - |
| HSV(B) | 261.15º | 0.9% | 0.98% | - |
| XYZ | 23.45 | 10.56 | 92.07 | - |
| YUV | 73.8 | 228 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 251 | 0.59 | 0.90 | 0 | 0.02 | 261.15 | 0.97 | 0.54 |
| Hex | 68 | 18 | FB | 3B | 5A | 0 | 2 | 105 | 61 | 36 |
| Octal | 150 | 30 | 373 | 73 | 132 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1101000 | 11000 | 11111011 | 111011 | 1011010 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6818FB
Complementary color
Monochromatic Colors of #6818FB
Black with #6818FB
Text Example
Text Example
White with #6818FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6818FB; }
p { color: rgb(104,24,251); }
H1.HeaderClassName
{
color: #6818FB;
}
.AnyTagClassName
{
color: #6818FB;
}
</style>
background-color css
<style>
a { background-color: #6818FB; }
a { background-color: rgb(104,24,251); }
div.DivClassName
{
background-color: #6818FB;
}
.BgClassName
{
background-color: #6818FB;
}
</style>
border-color css
<style>
span { border-color: #6818FB; }
span { border-color: rgb(104,24,251); }
td.TdClassName
{
border-color: #6818FB;
}
.TagClassName
{
border-color: #6818FB;
}
</style>