Shades of Han Purple #6129EB
Tints of Han Purple #6129EB
RGB
CMYK
RGB Variations
Color information
#6129EB (or 0x6129EB) is known color: Han Purple. HEX triplet: 61, 29 and EB. RGB value is (97,41,235). Sum of RGB (Red+Green+Blue) = 97+41+235=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #6129EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6129EB is #9ED614. Grayscale: #4F4F4F. Windows color (decimal): -10409493 or 15411553. OLE color: 15411553.
HSL color Cylindrical-coordinate representation of color #6129EB: hue angle of 257.32º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6129EB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 41 | 235 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.08 |
| HSL | 257.32º | 0.83% | 0.54% | - |
| HSV(B) | 257.32º | 0.83% | 0.92% | - |
| XYZ | 20.72 | 10.13 | 79.46 | - |
| YUV | 79.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 235 | 0.59 | 0.83 | 0 | 0.08 | 257.32 | 0.83 | 0.54 |
| Hex | 61 | 29 | EB | 3B | 53 | 0 | 8 | 101 | 53 | 36 |
| Octal | 141 | 51 | 353 | 73 | 123 | 0 | 10 | 401 | 123 | 66 |
| Binary | 1100001 | 101001 | 11101011 | 111011 | 1010011 | 0 | 1000 | 100000001 | 1010011 | 110110 |
Color Harmonies of #6129EB
Complementary color
Monochromatic Colors of #6129EB
Black with #6129EB
Text Example
Text Example
White with #6129EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129EB; }
p { color: rgb(97,41,235); }
H1.HeaderClassName
{
color: #6129EB;
}
.AnyTagClassName
{
color: #6129EB;
}
</style>
background-color css
<style>
a { background-color: #6129EB; }
a { background-color: rgb(97,41,235); }
div.DivClassName
{
background-color: #6129EB;
}
.BgClassName
{
background-color: #6129EB;
}
</style>
border-color css
<style>
span { border-color: #6129EB; }
span { border-color: rgb(97,41,235); }
td.TdClassName
{
border-color: #6129EB;
}
.TagClassName
{
border-color: #6129EB;
}
</style>