Shades of Han Purple #7138FF
Tints of Han Purple #7138FF
RGB
CMYK
RGB Variations
Color information
#7138FF (or 0x7138FF) is known color: Han Purple. HEX triplet: 71, 38 and FF. RGB value is (113,56,255). Sum of RGB (Red+Green+Blue) = 113+56+255=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #7138FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138FF is #8EC700. Grayscale: #5E5E5E. Windows color (decimal): -9357057 or 16726129. OLE color: 16726129.
HSL color Cylindrical-coordinate representation of color #7138FF: hue angle of 257.19º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7138FF is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 56 | 255 | - |
| CMYK | 0.56 | 0.78 | 0 | 0 |
| HSL | 257.19º | 1% | 0.61% | - |
| HSV(B) | 257.19º | 0.78% | 1% | - |
| XYZ | 26.27 | 13.56 | 95.84 | - |
| YUV | 95.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 255 | 0.56 | 0.78 | 0 | 0 | 257.19 | 1 | 0.61 |
| Hex | 71 | 38 | FF | 38 | 4E | 0 | 0 | 101 | 64 | 3D |
| Octal | 161 | 70 | 377 | 70 | 116 | 0 | 0 | 401 | 144 | 75 |
| Binary | 1110001 | 111000 | 11111111 | 111000 | 1001110 | 0 | 0 | 100000001 | 1100100 | 111101 |
Color Harmonies of #7138FF
Complementary color
Monochromatic Colors of #7138FF
Black with #7138FF
Text Example
Text Example
White with #7138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7138FF; }
p { color: rgb(113,56,255); }
H1.HeaderClassName
{
color: #7138FF;
}
.AnyTagClassName
{
color: #7138FF;
}
</style>
background-color css
<style>
a { background-color: #7138FF; }
a { background-color: rgb(113,56,255); }
div.DivClassName
{
background-color: #7138FF;
}
.BgClassName
{
background-color: #7138FF;
}
</style>
border-color css
<style>
span { border-color: #7138FF; }
span { border-color: rgb(113,56,255); }
td.TdClassName
{
border-color: #7138FF;
}
.TagClassName
{
border-color: #7138FF;
}
</style>