Shades of Han Purple #6136FE
Tints of Han Purple #6136FE
RGB
CMYK
RGB Variations
Color information
#6136FE (or 0x6136FE) is known color: Han Purple. HEX triplet: 61, 36 and FE. RGB value is (97,54,254). Sum of RGB (Red+Green+Blue) = 97+54+254=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6136FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136FE is #9EC901. Grayscale: #585858. Windows color (decimal): -10406146 or 16660065. OLE color: 16660065.
HSL color Cylindrical-coordinate representation of color #6136FE: hue angle of 252.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6136FE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 54 | 254 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.00 |
| HSL | 252.9º | 0.99% | 0.6% | - |
| HSV(B) | 252.9º | 0.79% | 1% | - |
| XYZ | 24.14 | 12.34 | 94.87 | - |
| YUV | 89.66 | 220.75 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 254 | 0.62 | 0.79 | 0 | 0.00 | 252.9 | 0.99 | 0.6 |
| Hex | 61 | 36 | FE | 3E | 4F | 0 | 0 | FD | 63 | 3C |
| Octal | 141 | 66 | 376 | 76 | 117 | 0 | 0 | 375 | 143 | 74 |
| Binary | 1100001 | 110110 | 11111110 | 111110 | 1001111 | 0 | 0 | 11111101 | 1100011 | 111100 |
Color Harmonies of #6136FE
Complementary color
Monochromatic Colors of #6136FE
Black with #6136FE
Text Example
Text Example
White with #6136FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136FE; }
p { color: rgb(97,54,254); }
H1.HeaderClassName
{
color: #6136FE;
}
.AnyTagClassName
{
color: #6136FE;
}
</style>
background-color css
<style>
a { background-color: #6136FE; }
a { background-color: rgb(97,54,254); }
div.DivClassName
{
background-color: #6136FE;
}
.BgClassName
{
background-color: #6136FE;
}
</style>
border-color css
<style>
span { border-color: #6136FE; }
span { border-color: rgb(97,54,254); }
td.TdClassName
{
border-color: #6136FE;
}
.TagClassName
{
border-color: #6136FE;
}
</style>