Shades of Han Purple #7134FE
Tints of Han Purple #7134FE
RGB
CMYK
RGB Variations
Color information
#7134FE (or 0x7134FE) is known color: Han Purple. HEX triplet: 71, 34 and FE. RGB value is (113,52,254). Sum of RGB (Red+Green+Blue) = 113+52+254=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #7134FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7134FE is #8ECB01. Grayscale: #5C5C5C. Windows color (decimal): -9358082 or 16659569. OLE color: 16659569.
HSL color Cylindrical-coordinate representation of color #7134FE: hue angle of 258.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7134FE is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 52 | 254 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.00 |
| HSL | 258.12º | 0.99% | 0.6% | - |
| HSV(B) | 258.12º | 0.8% | 1% | - |
| XYZ | 25.93 | 13.12 | 94.93 | - |
| YUV | 93.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 254 | 0.56 | 0.80 | 0 | 0.00 | 258.12 | 0.99 | 0.6 |
| Hex | 71 | 34 | FE | 38 | 50 | 0 | 0 | 102 | 63 | 3C |
| Octal | 161 | 64 | 376 | 70 | 120 | 0 | 0 | 402 | 143 | 74 |
| Binary | 1110001 | 110100 | 11111110 | 111000 | 1010000 | 0 | 0 | 100000010 | 1100011 | 111100 |
Color Harmonies of #7134FE
Complementary color
Monochromatic Colors of #7134FE
Black with #7134FE
Text Example
Text Example
White with #7134FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7134FE; }
p { color: rgb(113,52,254); }
H1.HeaderClassName
{
color: #7134FE;
}
.AnyTagClassName
{
color: #7134FE;
}
</style>
background-color css
<style>
a { background-color: #7134FE; }
a { background-color: rgb(113,52,254); }
div.DivClassName
{
background-color: #7134FE;
}
.BgClassName
{
background-color: #7134FE;
}
</style>
border-color css
<style>
span { border-color: #7134FE; }
span { border-color: rgb(113,52,254); }
td.TdClassName
{
border-color: #7134FE;
}
.TagClassName
{
border-color: #7134FE;
}
</style>