Shades of Han Purple #6918E3
Tints of Han Purple #6918E3
RGB
CMYK
RGB Variations
Color information
#6918E3 (or 0x6918E3) is known color: Han Purple. HEX triplet: 69, 18 and E3. RGB value is (105,24,227). Sum of RGB (Red+Green+Blue) = 105+24+227=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #6918E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918E3 is #96E71C. Grayscale: #464646. Windows color (decimal): -9889565 or 14882921. OLE color: 14882921.
HSL color Cylindrical-coordinate representation of color #6918E3: hue angle of 263.94º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6918E3 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 24 | 227 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.11 |
| HSL | 263.94º | 0.81% | 0.49% | - |
| HSV(B) | 263.94º | 0.89% | 0.89% | - |
| XYZ | 20.02 | 9.2 | 73.39 | - |
| YUV | 71.36 | 215.84 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 227 | 0.54 | 0.89 | 0 | 0.11 | 263.94 | 0.81 | 0.49 |
| Hex | 69 | 18 | E3 | 36 | 59 | 0 | B | 108 | 51 | 31 |
| Octal | 151 | 30 | 343 | 66 | 131 | 0 | 13 | 410 | 121 | 61 |
| Binary | 1101001 | 11000 | 11100011 | 110110 | 1011001 | 0 | 1011 | 100001000 | 1010001 | 110001 |
Color Harmonies of #6918E3
Complementary color
Monochromatic Colors of #6918E3
Black with #6918E3
Text Example
Text Example
White with #6918E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918E3; }
p { color: rgb(105,24,227); }
H1.HeaderClassName
{
color: #6918E3;
}
.AnyTagClassName
{
color: #6918E3;
}
</style>
background-color css
<style>
a { background-color: #6918E3; }
a { background-color: rgb(105,24,227); }
div.DivClassName
{
background-color: #6918E3;
}
.BgClassName
{
background-color: #6918E3;
}
</style>
border-color css
<style>
span { border-color: #6918E3; }
span { border-color: rgb(105,24,227); }
td.TdClassName
{
border-color: #6918E3;
}
.TagClassName
{
border-color: #6918E3;
}
</style>