Shades of Han Purple #6918F3
Tints of Han Purple #6918F3
RGB
CMYK
RGB Variations
Color information
#6918F3 (or 0x6918F3) is known color: Han Purple. HEX triplet: 69, 18 and F3. RGB value is (105,24,243). Sum of RGB (Red+Green+Blue) = 105+24+243=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #6918F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918F3 is #96E70C. Grayscale: #484848. Windows color (decimal): -9889549 or 15931497. OLE color: 15931497.
HSL color Cylindrical-coordinate representation of color #6918F3: hue angle of 262.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6918F3 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 24 | 243 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.05 |
| HSL | 262.19º | 0.9% | 0.52% | - |
| HSV(B) | 262.19º | 0.9% | 0.95% | - |
| XYZ | 22.33 | 10.13 | 85.57 | - |
| YUV | 73.19 | 223.84 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 243 | 0.57 | 0.90 | 0 | 0.05 | 262.19 | 0.9 | 0.52 |
| Hex | 69 | 18 | F3 | 39 | 5A | 0 | 5 | 106 | 5A | 34 |
| Octal | 151 | 30 | 363 | 71 | 132 | 0 | 5 | 406 | 132 | 64 |
| Binary | 1101001 | 11000 | 11110011 | 111001 | 1011010 | 0 | 101 | 100000110 | 1011010 | 110100 |
Color Harmonies of #6918F3
Complementary color
Monochromatic Colors of #6918F3
Black with #6918F3
Text Example
Text Example
White with #6918F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918F3; }
p { color: rgb(105,24,243); }
H1.HeaderClassName
{
color: #6918F3;
}
.AnyTagClassName
{
color: #6918F3;
}
</style>
background-color css
<style>
a { background-color: #6918F3; }
a { background-color: rgb(105,24,243); }
div.DivClassName
{
background-color: #6918F3;
}
.BgClassName
{
background-color: #6918F3;
}
</style>
border-color css
<style>
span { border-color: #6918F3; }
span { border-color: rgb(105,24,243); }
td.TdClassName
{
border-color: #6918F3;
}
.TagClassName
{
border-color: #6918F3;
}
</style>