Shades of Han Purple #7423FF
Tints of Han Purple #7423FF
RGB
CMYK
RGB Variations
Color information
#7423FF (or 0x7423FF) is known color: Han Purple. HEX triplet: 74, 23 and FF. RGB value is (116,35,255). Sum of RGB (Red+Green+Blue) = 116+35+255=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7423FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7423FF is #8BDC00. Grayscale: #535353. Windows color (decimal): -9165825 or 16720756. OLE color: 16720756.
HSL color Cylindrical-coordinate representation of color #7423FF: hue angle of 262.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7423FF is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 35 | 255 | - |
| CMYK | 0.55 | 0.86 | 0 | 0 |
| HSL | 262.09º | 1% | 0.57% | - |
| HSV(B) | 262.09º | 0.86% | 1% | - |
| XYZ | 25.85 | 12.14 | 95.59 | - |
| YUV | 84.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 255 | 0.55 | 0.86 | 0 | 0 | 262.09 | 1 | 0.57 |
| Hex | 74 | 23 | FF | 37 | 56 | 0 | 0 | 106 | 64 | 39 |
| Octal | 164 | 43 | 377 | 67 | 126 | 0 | 0 | 406 | 144 | 71 |
| Binary | 1110100 | 100011 | 11111111 | 110111 | 1010110 | 0 | 0 | 100000110 | 1100100 | 111001 |
Color Harmonies of #7423FF
Complementary color
Monochromatic Colors of #7423FF
Black with #7423FF
Text Example
Text Example
White with #7423FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423FF; }
p { color: rgb(116,35,255); }
H1.HeaderClassName
{
color: #7423FF;
}
.AnyTagClassName
{
color: #7423FF;
}
</style>
background-color css
<style>
a { background-color: #7423FF; }
a { background-color: rgb(116,35,255); }
div.DivClassName
{
background-color: #7423FF;
}
.BgClassName
{
background-color: #7423FF;
}
</style>
border-color css
<style>
span { border-color: #7423FF; }
span { border-color: rgb(116,35,255); }
td.TdClassName
{
border-color: #7423FF;
}
.TagClassName
{
border-color: #7423FF;
}
</style>