Shades of Han Purple #6918FB
Tints of Han Purple #6918FB
RGB
CMYK
RGB Variations
Color information
#6918FB (or 0x6918FB) is known color: Han Purple. HEX triplet: 69, 18 and FB. RGB value is (105,24,251). Sum of RGB (Red+Green+Blue) = 105+24+251=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #6918FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918FB is #96E704. Grayscale: #494949. Windows color (decimal): -9889541 or 16455785. OLE color: 16455785.
HSL color Cylindrical-coordinate representation of color #6918FB: hue angle of 261.41º 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 #6918FB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 24 | 251 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.02 |
| HSL | 261.41º | 0.97% | 0.54% | - |
| HSV(B) | 261.41º | 0.9% | 0.98% | - |
| XYZ | 23.56 | 10.62 | 92.07 | - |
| YUV | 74.1 | 227.84 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 251 | 0.58 | 0.90 | 0 | 0.02 | 261.41 | 0.97 | 0.54 |
| Hex | 69 | 18 | FB | 3A | 5A | 0 | 2 | 105 | 61 | 36 |
| Octal | 151 | 30 | 373 | 72 | 132 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1101001 | 11000 | 11111011 | 111010 | 1011010 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6918FB
Complementary color
Monochromatic Colors of #6918FB
Black with #6918FB
Text Example
Text Example
White with #6918FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918FB; }
p { color: rgb(105,24,251); }
H1.HeaderClassName
{
color: #6918FB;
}
.AnyTagClassName
{
color: #6918FB;
}
</style>
background-color css
<style>
a { background-color: #6918FB; }
a { background-color: rgb(105,24,251); }
div.DivClassName
{
background-color: #6918FB;
}
.BgClassName
{
background-color: #6918FB;
}
</style>
border-color css
<style>
span { border-color: #6918FB; }
span { border-color: rgb(105,24,251); }
td.TdClassName
{
border-color: #6918FB;
}
.TagClassName
{
border-color: #6918FB;
}
</style>