Shades of Han Purple #7136FF
Tints of Han Purple #7136FF
RGB
CMYK
RGB Variations
Color information
#7136FF (or 0x7136FF) is known color: Han Purple. HEX triplet: 71, 36 and FF. RGB value is (113,54,255). Sum of RGB (Red+Green+Blue) = 113+54+255=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #7136FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7136FF is #8EC900. Grayscale: #5D5D5D. Windows color (decimal): -9357569 or 16725617. OLE color: 16725617.
HSL color Cylindrical-coordinate representation of color #7136FF: hue angle of 257.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7136FF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 54 | 255 | - |
| CMYK | 0.56 | 0.79 | 0 | 0 |
| HSL | 257.61º | 1% | 0.61% | - |
| HSV(B) | 257.61º | 0.79% | 1% | - |
| XYZ | 26.18 | 13.37 | 95.81 | - |
| YUV | 94.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 255 | 0.56 | 0.79 | 0 | 0 | 257.61 | 1 | 0.61 |
| Hex | 71 | 36 | FF | 38 | 4F | 0 | 0 | 102 | 64 | 3D |
| Octal | 161 | 66 | 377 | 70 | 117 | 0 | 0 | 402 | 144 | 75 |
| Binary | 1110001 | 110110 | 11111111 | 111000 | 1001111 | 0 | 0 | 100000010 | 1100100 | 111101 |
Color Harmonies of #7136FF
Complementary color
Monochromatic Colors of #7136FF
Black with #7136FF
Text Example
Text Example
White with #7136FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136FF; }
p { color: rgb(113,54,255); }
H1.HeaderClassName
{
color: #7136FF;
}
.AnyTagClassName
{
color: #7136FF;
}
</style>
background-color css
<style>
a { background-color: #7136FF; }
a { background-color: rgb(113,54,255); }
div.DivClassName
{
background-color: #7136FF;
}
.BgClassName
{
background-color: #7136FF;
}
</style>
border-color css
<style>
span { border-color: #7136FF; }
span { border-color: rgb(113,54,255); }
td.TdClassName
{
border-color: #7136FF;
}
.TagClassName
{
border-color: #7136FF;
}
</style>