Shades of Han Purple #732AFF
Tints of Han Purple #732AFF
RGB
CMYK
RGB Variations
Color information
#732AFF (or 0x732AFF) is known color: Han Purple. HEX triplet: 73, 2A and FF. RGB value is (115,42,255). Sum of RGB (Red+Green+Blue) = 115+42+255=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #732AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732AFF is #8CD500. Grayscale: #575757. Windows color (decimal): -9229569 or 16722547. OLE color: 16722547.
HSL color Cylindrical-coordinate representation of color #732AFF: hue angle of 260.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #732AFF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 42 | 255 | - |
| CMYK | 0.55 | 0.84 | 0 | 0 |
| HSL | 260.56º | 1% | 0.58% | - |
| HSV(B) | 260.56º | 0.84% | 1% | - |
| XYZ | 25.95 | 12.52 | 95.66 | - |
| YUV | 88.11 | 222.18 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 255 | 0.55 | 0.84 | 0 | 0 | 260.56 | 1 | 0.58 |
| Hex | 73 | 2A | FF | 37 | 54 | 0 | 0 | 105 | 64 | 3A |
| Octal | 163 | 52 | 377 | 67 | 124 | 0 | 0 | 405 | 144 | 72 |
| Binary | 1110011 | 101010 | 11111111 | 110111 | 1010100 | 0 | 0 | 100000101 | 1100100 | 111010 |
Color Harmonies of #732AFF
Complementary color
Monochromatic Colors of #732AFF
Black with #732AFF
Text Example
Text Example
White with #732AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AFF; }
p { color: rgb(115,42,255); }
H1.HeaderClassName
{
color: #732AFF;
}
.AnyTagClassName
{
color: #732AFF;
}
</style>
background-color css
<style>
a { background-color: #732AFF; }
a { background-color: rgb(115,42,255); }
div.DivClassName
{
background-color: #732AFF;
}
.BgClassName
{
background-color: #732AFF;
}
</style>
border-color css
<style>
span { border-color: #732AFF; }
span { border-color: rgb(115,42,255); }
td.TdClassName
{
border-color: #732AFF;
}
.TagClassName
{
border-color: #732AFF;
}
</style>