Shades of Han Purple #7123FC
Tints of Han Purple #7123FC
RGB
CMYK
RGB Variations
Color information
#7123FC (or 0x7123FC) is known color: Han Purple. HEX triplet: 71, 23 and FC. RGB value is (113,35,252). Sum of RGB (Red+Green+Blue) = 113+35+252=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #7123FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7123FC is #8EDC03. Grayscale: #525252. Windows color (decimal): -9362436 or 16524145. OLE color: 16524145.
HSL color Cylindrical-coordinate representation of color #7123FC: hue angle of 261.57º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7123FC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 35 | 252 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.01 |
| HSL | 261.57º | 0.97% | 0.56% | - |
| HSV(B) | 261.57º | 0.86% | 0.99% | - |
| XYZ | 24.98 | 11.74 | 93.05 | - |
| YUV | 83.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 252 | 0.55 | 0.86 | 0 | 0.01 | 261.57 | 0.97 | 0.56 |
| Hex | 71 | 23 | FC | 37 | 56 | 0 | 1 | 106 | 61 | 38 |
| Octal | 161 | 43 | 374 | 67 | 126 | 0 | 1 | 406 | 141 | 70 |
| Binary | 1110001 | 100011 | 11111100 | 110111 | 1010110 | 0 | 1 | 100000110 | 1100001 | 111000 |
Color Harmonies of #7123FC
Complementary color
Monochromatic Colors of #7123FC
Black with #7123FC
Text Example
Text Example
White with #7123FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123FC; }
p { color: rgb(113,35,252); }
H1.HeaderClassName
{
color: #7123FC;
}
.AnyTagClassName
{
color: #7123FC;
}
</style>
background-color css
<style>
a { background-color: #7123FC; }
a { background-color: rgb(113,35,252); }
div.DivClassName
{
background-color: #7123FC;
}
.BgClassName
{
background-color: #7123FC;
}
</style>
border-color css
<style>
span { border-color: #7123FC; }
span { border-color: rgb(113,35,252); }
td.TdClassName
{
border-color: #7123FC;
}
.TagClassName
{
border-color: #7123FC;
}
</style>