Shades of Han Purple #6136EB
Tints of Han Purple #6136EB
RGB
CMYK
RGB Variations
Color information
#6136EB (or 0x6136EB) is known color: Han Purple. HEX triplet: 61, 36 and EB. RGB value is (97,54,235). Sum of RGB (Red+Green+Blue) = 97+54+235=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #6136EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136EB is #9EC914. Grayscale: #565656. Windows color (decimal): -10406165 or 15414881. OLE color: 15414881.
HSL color Cylindrical-coordinate representation of color #6136EB: hue angle of 254.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6136EB is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 54 | 235 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.08 |
| HSL | 254.25º | 0.82% | 0.57% | - |
| HSV(B) | 254.25º | 0.77% | 0.92% | - |
| XYZ | 21.24 | 11.18 | 79.64 | - |
| YUV | 87.49 | 211.25 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 235 | 0.59 | 0.77 | 0 | 0.08 | 254.25 | 0.82 | 0.57 |
| Hex | 61 | 36 | EB | 3B | 4D | 0 | 8 | FE | 52 | 39 |
| Octal | 141 | 66 | 353 | 73 | 115 | 0 | 10 | 376 | 122 | 71 |
| Binary | 1100001 | 110110 | 11101011 | 111011 | 1001101 | 0 | 1000 | 11111110 | 1010010 | 111001 |
Color Harmonies of #6136EB
Complementary color
Monochromatic Colors of #6136EB
Black with #6136EB
Text Example
Text Example
White with #6136EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136EB; }
p { color: rgb(97,54,235); }
H1.HeaderClassName
{
color: #6136EB;
}
.AnyTagClassName
{
color: #6136EB;
}
</style>
background-color css
<style>
a { background-color: #6136EB; }
a { background-color: rgb(97,54,235); }
div.DivClassName
{
background-color: #6136EB;
}
.BgClassName
{
background-color: #6136EB;
}
</style>
border-color css
<style>
span { border-color: #6136EB; }
span { border-color: rgb(97,54,235); }
td.TdClassName
{
border-color: #6136EB;
}
.TagClassName
{
border-color: #6136EB;
}
</style>