Shades of Han Purple #7223F8
Tints of Han Purple #7223F8
RGB
CMYK
RGB Variations
Color information
#7223F8 (or 0x7223F8) is known color: Han Purple. HEX triplet: 72, 23 and F8. RGB value is (114,35,248). Sum of RGB (Red+Green+Blue) = 114+35+248=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #7223F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7223F8 is #8DDC07. Grayscale: #525252. Windows color (decimal): -9296904 or 16262002. OLE color: 16262002.
HSL color Cylindrical-coordinate representation of color #7223F8: hue angle of 262.25º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7223F8 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 35 | 248 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.03 |
| HSL | 262.25º | 0.94% | 0.55% | - |
| HSV(B) | 262.25º | 0.86% | 0.97% | - |
| XYZ | 24.48 | 11.56 | 89.75 | - |
| YUV | 82.9 | 221.17 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 248 | 0.54 | 0.86 | 0 | 0.03 | 262.25 | 0.94 | 0.55 |
| Hex | 72 | 23 | F8 | 36 | 56 | 0 | 3 | 106 | 5E | 37 |
| Octal | 162 | 43 | 370 | 66 | 126 | 0 | 3 | 406 | 136 | 67 |
| Binary | 1110010 | 100011 | 11111000 | 110110 | 1010110 | 0 | 11 | 100000110 | 1011110 | 110111 |
Color Harmonies of #7223F8
Complementary color
Monochromatic Colors of #7223F8
Black with #7223F8
Text Example
Text Example
White with #7223F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7223F8; }
p { color: rgb(114,35,248); }
H1.HeaderClassName
{
color: #7223F8;
}
.AnyTagClassName
{
color: #7223F8;
}
</style>
background-color css
<style>
a { background-color: #7223F8; }
a { background-color: rgb(114,35,248); }
div.DivClassName
{
background-color: #7223F8;
}
.BgClassName
{
background-color: #7223F8;
}
</style>
border-color css
<style>
span { border-color: #7223F8; }
span { border-color: rgb(114,35,248); }
td.TdClassName
{
border-color: #7223F8;
}
.TagClassName
{
border-color: #7223F8;
}
</style>