Shades of Han Purple #6E29F3
Tints of Han Purple #6E29F3
RGB
CMYK
RGB Variations
Color information
#6E29F3 (or 0x6E29F3) is known color: Han Purple. HEX triplet: 6E, 29 and F3. RGB value is (110,41,243). Sum of RGB (Red+Green+Blue) = 110+41+243=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #6E29F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E29F3 is #91D60C. Grayscale: #535353. Windows color (decimal): -9557517 or 15935854. OLE color: 15935854.
HSL color Cylindrical-coordinate representation of color #6E29F3: hue angle of 260.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E29F3 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 41 | 243 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.05 |
| HSL | 260.5º | 0.89% | 0.56% | - |
| HSV(B) | 260.5º | 0.83% | 0.95% | - |
| XYZ | 23.4 | 11.37 | 85.76 | - |
| YUV | 84.66 | 217.36 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 243 | 0.55 | 0.83 | 0 | 0.05 | 260.5 | 0.89 | 0.56 |
| Hex | 6E | 29 | F3 | 37 | 53 | 0 | 5 | 104 | 59 | 38 |
| Octal | 156 | 51 | 363 | 67 | 123 | 0 | 5 | 404 | 131 | 70 |
| Binary | 1101110 | 101001 | 11110011 | 110111 | 1010011 | 0 | 101 | 100000100 | 1011001 | 111000 |
Color Harmonies of #6E29F3
Complementary color
Monochromatic Colors of #6E29F3
Black with #6E29F3
Text Example
Text Example
White with #6E29F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29F3; }
p { color: rgb(110,41,243); }
H1.HeaderClassName
{
color: #6E29F3;
}
.AnyTagClassName
{
color: #6E29F3;
}
</style>
background-color css
<style>
a { background-color: #6E29F3; }
a { background-color: rgb(110,41,243); }
div.DivClassName
{
background-color: #6E29F3;
}
.BgClassName
{
background-color: #6E29F3;
}
</style>
border-color css
<style>
span { border-color: #6E29F3; }
span { border-color: rgb(110,41,243); }
td.TdClassName
{
border-color: #6E29F3;
}
.TagClassName
{
border-color: #6E29F3;
}
</style>