Shades of Han Purple #6B29FE
Tints of Han Purple #6B29FE
RGB
CMYK
RGB Variations
Color information
#6B29FE (or 0x6B29FE) is known color: Han Purple. HEX triplet: 6B, 29 and FE. RGB value is (107,41,254). Sum of RGB (Red+Green+Blue) = 107+41+254=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B29FE is #94D601. Grayscale: #545454. Windows color (decimal): -9754114 or 16656747. OLE color: 16656747.
HSL color Cylindrical-coordinate representation of color #6B29FE: hue angle of 258.59º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B29FE is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 41 | 254 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.00 |
| HSL | 258.59º | 0.99% | 0.58% | - |
| HSV(B) | 258.59º | 0.84% | 1% | - |
| XYZ | 24.75 | 11.87 | 94.75 | - |
| YUV | 85.02 | 223.37 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 254 | 0.58 | 0.84 | 0 | 0.00 | 258.59 | 0.99 | 0.58 |
| Hex | 6B | 29 | FE | 3A | 54 | 0 | 0 | 103 | 63 | 3A |
| Octal | 153 | 51 | 376 | 72 | 124 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1101011 | 101001 | 11111110 | 111010 | 1010100 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #6B29FE
Complementary color
Monochromatic Colors of #6B29FE
Black with #6B29FE
Text Example
Text Example
White with #6B29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B29FE; }
p { color: rgb(107,41,254); }
H1.HeaderClassName
{
color: #6B29FE;
}
.AnyTagClassName
{
color: #6B29FE;
}
</style>
background-color css
<style>
a { background-color: #6B29FE; }
a { background-color: rgb(107,41,254); }
div.DivClassName
{
background-color: #6B29FE;
}
.BgClassName
{
background-color: #6B29FE;
}
</style>
border-color css
<style>
span { border-color: #6B29FE; }
span { border-color: rgb(107,41,254); }
td.TdClassName
{
border-color: #6B29FE;
}
.TagClassName
{
border-color: #6B29FE;
}
</style>