Shades of Han Purple #6D1BE8
Tints of Han Purple #6D1BE8
RGB
CMYK
RGB Variations
Color information
#6D1BE8 (or 0x6D1BE8) is known color: Han Purple. HEX triplet: 6D, 1B and E8. RGB value is (109,27,232). Sum of RGB (Red+Green+Blue) = 109+27+232=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #6D1BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1BE8 is #92E417. Grayscale: #4A4A4A. Windows color (decimal): -9626648 or 15211373. OLE color: 15211373.
HSL color Cylindrical-coordinate representation of color #6D1BE8: hue angle of 264º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1BE8 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 27 | 232 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.09 |
| HSL | 264º | 0.82% | 0.51% | - |
| HSV(B) | 264º | 0.88% | 0.91% | - |
| XYZ | 21.26 | 9.86 | 77.13 | - |
| YUV | 74.89 | 216.67 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 232 | 0.53 | 0.88 | 0 | 0.09 | 264 | 0.82 | 0.51 |
| Hex | 6D | 1B | E8 | 35 | 58 | 0 | 9 | 108 | 52 | 33 |
| Octal | 155 | 33 | 350 | 65 | 130 | 0 | 11 | 410 | 122 | 63 |
| Binary | 1101101 | 11011 | 11101000 | 110101 | 1011000 | 0 | 1001 | 100001000 | 1010010 | 110011 |
Color Harmonies of #6D1BE8
Complementary color
Monochromatic Colors of #6D1BE8
Black with #6D1BE8
Text Example
Text Example
White with #6D1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BE8; }
p { color: rgb(109,27,232); }
H1.HeaderClassName
{
color: #6D1BE8;
}
.AnyTagClassName
{
color: #6D1BE8;
}
</style>
background-color css
<style>
a { background-color: #6D1BE8; }
a { background-color: rgb(109,27,232); }
div.DivClassName
{
background-color: #6D1BE8;
}
.BgClassName
{
background-color: #6D1BE8;
}
</style>
border-color css
<style>
span { border-color: #6D1BE8; }
span { border-color: rgb(109,27,232); }
td.TdClassName
{
border-color: #6D1BE8;
}
.TagClassName
{
border-color: #6D1BE8;
}
</style>