Shades of Han Purple #6129EA
Tints of Han Purple #6129EA
RGB
CMYK
RGB Variations
Color information
#6129EA (or 0x6129EA) is known color: Han Purple. HEX triplet: 61, 29 and EA. RGB value is (97,41,234). Sum of RGB (Red+Green+Blue) = 97+41+234=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #6129EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6129EA is #9ED615. Grayscale: #4F4F4F. Windows color (decimal): -10409494 or 15346017. OLE color: 15346017.
HSL color Cylindrical-coordinate representation of color #6129EA: hue angle of 257.41º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6129EA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 41 | 234 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.08 |
| HSL | 257.41º | 0.82% | 0.54% | - |
| HSV(B) | 257.41º | 0.82% | 0.92% | - |
| XYZ | 20.57 | 10.07 | 78.7 | - |
| YUV | 79.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 234 | 0.59 | 0.82 | 0 | 0.08 | 257.41 | 0.82 | 0.54 |
| Hex | 61 | 29 | EA | 3B | 52 | 0 | 8 | 101 | 52 | 36 |
| Octal | 141 | 51 | 352 | 73 | 122 | 0 | 10 | 401 | 122 | 66 |
| Binary | 1100001 | 101001 | 11101010 | 111011 | 1010010 | 0 | 1000 | 100000001 | 1010010 | 110110 |
Color Harmonies of #6129EA
Complementary color
Monochromatic Colors of #6129EA
Black with #6129EA
Text Example
Text Example
White with #6129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129EA; }
p { color: rgb(97,41,234); }
H1.HeaderClassName
{
color: #6129EA;
}
.AnyTagClassName
{
color: #6129EA;
}
</style>
background-color css
<style>
a { background-color: #6129EA; }
a { background-color: rgb(97,41,234); }
div.DivClassName
{
background-color: #6129EA;
}
.BgClassName
{
background-color: #6129EA;
}
</style>
border-color css
<style>
span { border-color: #6129EA; }
span { border-color: rgb(97,41,234); }
td.TdClassName
{
border-color: #6129EA;
}
.TagClassName
{
border-color: #6129EA;
}
</style>