Shades of Han Purple #6129FF
Tints of Han Purple #6129FF
RGB
CMYK
RGB Variations
Color information
#6129FF (or 0x6129FF) is known color: Han Purple. HEX triplet: 61, 29 and FF. RGB value is (97,41,255). Sum of RGB (Red+Green+Blue) = 97+41+255=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6129FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6129FF is #9ED600. Grayscale: #515151. Windows color (decimal): -10409473 or 16722273. OLE color: 16722273.
HSL color Cylindrical-coordinate representation of color #6129FF: hue angle of 255.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6129FF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 41 | 255 | - |
| CMYK | 0.62 | 0.84 | 0 | 0 |
| HSL | 255.7º | 1% | 0.58% | - |
| HSV(B) | 255.7º | 0.84% | 1% | - |
| XYZ | 23.77 | 11.35 | 95.55 | - |
| YUV | 82.14 | 225.55 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 255 | 0.62 | 0.84 | 0 | 0 | 255.7 | 1 | 0.58 |
| Hex | 61 | 29 | FF | 3E | 54 | 0 | 0 | 100 | 64 | 3A |
| Octal | 141 | 51 | 377 | 76 | 124 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100001 | 101001 | 11111111 | 111110 | 1010100 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #6129FF
Complementary color
Monochromatic Colors of #6129FF
Black with #6129FF
Text Example
Text Example
White with #6129FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129FF; }
p { color: rgb(97,41,255); }
H1.HeaderClassName
{
color: #6129FF;
}
.AnyTagClassName
{
color: #6129FF;
}
</style>
background-color css
<style>
a { background-color: #6129FF; }
a { background-color: rgb(97,41,255); }
div.DivClassName
{
background-color: #6129FF;
}
.BgClassName
{
background-color: #6129FF;
}
</style>
border-color css
<style>
span { border-color: #6129FF; }
span { border-color: rgb(97,41,255); }
td.TdClassName
{
border-color: #6129FF;
}
.TagClassName
{
border-color: #6129FF;
}
</style>