Shades of Han Purple #7223FB
Tints of Han Purple #7223FB
RGB
CMYK
RGB Variations
Color information
#7223FB (or 0x7223FB) is known color: Han Purple. HEX triplet: 72, 23 and FB. RGB value is (114,35,251). Sum of RGB (Red+Green+Blue) = 114+35+251=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #7223FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7223FB is #8DDC04. Grayscale: #525252. Windows color (decimal): -9296901 or 16458610. OLE color: 16458610.
HSL color Cylindrical-coordinate representation of color #7223FB: hue angle of 261.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7223FB is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 35 | 251 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.02 |
| HSL | 261.94º | 0.96% | 0.56% | - |
| HSV(B) | 261.94º | 0.86% | 0.98% | - |
| XYZ | 24.95 | 11.74 | 92.22 | - |
| YUV | 83.25 | 222.67 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 251 | 0.55 | 0.86 | 0 | 0.02 | 261.94 | 0.96 | 0.56 |
| Hex | 72 | 23 | FB | 37 | 56 | 0 | 2 | 106 | 60 | 38 |
| Octal | 162 | 43 | 373 | 67 | 126 | 0 | 2 | 406 | 140 | 70 |
| Binary | 1110010 | 100011 | 11111011 | 110111 | 1010110 | 0 | 10 | 100000110 | 1100000 | 111000 |
Color Harmonies of #7223FB
Complementary color
Monochromatic Colors of #7223FB
Black with #7223FB
Text Example
Text Example
White with #7223FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7223FB; }
p { color: rgb(114,35,251); }
H1.HeaderClassName
{
color: #7223FB;
}
.AnyTagClassName
{
color: #7223FB;
}
</style>
background-color css
<style>
a { background-color: #7223FB; }
a { background-color: rgb(114,35,251); }
div.DivClassName
{
background-color: #7223FB;
}
.BgClassName
{
background-color: #7223FB;
}
</style>
border-color css
<style>
span { border-color: #7223FB; }
span { border-color: rgb(114,35,251); }
td.TdClassName
{
border-color: #7223FB;
}
.TagClassName
{
border-color: #7223FB;
}
</style>