Shades of Han Purple #6136E8
Tints of Han Purple #6136E8
RGB
CMYK
RGB Variations
Color information
#6136E8 (or 0x6136E8) is known color: Han Purple. HEX triplet: 61, 36 and E8. RGB value is (97,54,232). Sum of RGB (Red+Green+Blue) = 97+54+232=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #6136E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136E8 is #9EC917. Grayscale: #565656. Windows color (decimal): -10406168 or 15218273. OLE color: 15218273.
HSL color Cylindrical-coordinate representation of color #6136E8: hue angle of 254.49º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6136E8 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 54 | 232 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.09 |
| HSL | 254.49º | 0.79% | 0.56% | - |
| HSV(B) | 254.49º | 0.77% | 0.91% | - |
| XYZ | 20.81 | 11.01 | 77.37 | - |
| YUV | 87.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 232 | 0.58 | 0.77 | 0 | 0.09 | 254.49 | 0.79 | 0.56 |
| Hex | 61 | 36 | E8 | 3A | 4D | 0 | 9 | FE | 4F | 38 |
| Octal | 141 | 66 | 350 | 72 | 115 | 0 | 11 | 376 | 117 | 70 |
| Binary | 1100001 | 110110 | 11101000 | 111010 | 1001101 | 0 | 1001 | 11111110 | 1001111 | 111000 |
Color Harmonies of #6136E8
Complementary color
Monochromatic Colors of #6136E8
Black with #6136E8
Text Example
Text Example
White with #6136E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136E8; }
p { color: rgb(97,54,232); }
H1.HeaderClassName
{
color: #6136E8;
}
.AnyTagClassName
{
color: #6136E8;
}
</style>
background-color css
<style>
a { background-color: #6136E8; }
a { background-color: rgb(97,54,232); }
div.DivClassName
{
background-color: #6136E8;
}
.BgClassName
{
background-color: #6136E8;
}
</style>
border-color css
<style>
span { border-color: #6136E8; }
span { border-color: rgb(97,54,232); }
td.TdClassName
{
border-color: #6136E8;
}
.TagClassName
{
border-color: #6136E8;
}
</style>