Shades of Han Purple #6C1BE9
Tints of Han Purple #6C1BE9
RGB
CMYK
RGB Variations
Color information
#6C1BE9 (or 0x6C1BE9) is known color: Han Purple. HEX triplet: 6C, 1B and E9. RGB value is (108,27,233). Sum of RGB (Red+Green+Blue) = 108+27+233=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C1BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1BE9 is #93E416. Grayscale: #494949. Windows color (decimal): -9692183 or 15276908. OLE color: 15276908.
HSL color Cylindrical-coordinate representation of color #6C1BE9: hue angle of 263.59º 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 #6C1BE9 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 27 | 233 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.09 |
| HSL | 263.59º | 0.82% | 0.51% | - |
| HSV(B) | 263.59º | 0.88% | 0.91% | - |
| XYZ | 21.28 | 9.86 | 77.87 | - |
| YUV | 74.7 | 217.34 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 233 | 0.54 | 0.88 | 0 | 0.09 | 263.59 | 0.82 | 0.51 |
| Hex | 6C | 1B | E9 | 36 | 58 | 0 | 9 | 108 | 52 | 33 |
| Octal | 154 | 33 | 351 | 66 | 130 | 0 | 11 | 410 | 122 | 63 |
| Binary | 1101100 | 11011 | 11101001 | 110110 | 1011000 | 0 | 1001 | 100001000 | 1010010 | 110011 |
Color Harmonies of #6C1BE9
Complementary color
Monochromatic Colors of #6C1BE9
Black with #6C1BE9
Text Example
Text Example
White with #6C1BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1BE9; }
p { color: rgb(108,27,233); }
H1.HeaderClassName
{
color: #6C1BE9;
}
.AnyTagClassName
{
color: #6C1BE9;
}
</style>
background-color css
<style>
a { background-color: #6C1BE9; }
a { background-color: rgb(108,27,233); }
div.DivClassName
{
background-color: #6C1BE9;
}
.BgClassName
{
background-color: #6C1BE9;
}
</style>
border-color css
<style>
span { border-color: #6C1BE9; }
span { border-color: rgb(108,27,233); }
td.TdClassName
{
border-color: #6C1BE9;
}
.TagClassName
{
border-color: #6C1BE9;
}
</style>