Shades of Han Purple #732AFE
Tints of Han Purple #732AFE
RGB
CMYK
RGB Variations
Color information
#732AFE (or 0x732AFE) is known color: Han Purple. HEX triplet: 73, 2A and FE. RGB value is (115,42,254). Sum of RGB (Red+Green+Blue) = 115+42+254=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #732AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732AFE is #8CD501. Grayscale: #575757. Windows color (decimal): -9229570 or 16657011. OLE color: 16657011.
HSL color Cylindrical-coordinate representation of color #732AFE: hue angle of 260.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #732AFE is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 42 | 254 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.00 |
| HSL | 260.66º | 0.99% | 0.58% | - |
| HSV(B) | 260.66º | 0.83% | 1% | - |
| XYZ | 25.79 | 12.46 | 94.81 | - |
| YUV | 88 | 221.68 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 254 | 0.55 | 0.83 | 0 | 0.00 | 260.66 | 0.99 | 0.58 |
| Hex | 73 | 2A | FE | 37 | 53 | 0 | 0 | 105 | 63 | 3A |
| Octal | 163 | 52 | 376 | 67 | 123 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110011 | 101010 | 11111110 | 110111 | 1010011 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #732AFE
Complementary color
Monochromatic Colors of #732AFE
Black with #732AFE
Text Example
Text Example
White with #732AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AFE; }
p { color: rgb(115,42,254); }
H1.HeaderClassName
{
color: #732AFE;
}
.AnyTagClassName
{
color: #732AFE;
}
</style>
background-color css
<style>
a { background-color: #732AFE; }
a { background-color: rgb(115,42,254); }
div.DivClassName
{
background-color: #732AFE;
}
.BgClassName
{
background-color: #732AFE;
}
</style>
border-color css
<style>
span { border-color: #732AFE; }
span { border-color: rgb(115,42,254); }
td.TdClassName
{
border-color: #732AFE;
}
.TagClassName
{
border-color: #732AFE;
}
</style>