Shades of Han Purple #732DFF
Tints of Han Purple #732DFF
RGB
CMYK
RGB Variations
Color information
#732DFF (or 0x732DFF) is known color: Han Purple. HEX triplet: 73, 2D and FF. RGB value is (115,45,255). Sum of RGB (Red+Green+Blue) = 115+45+255=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #732DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732DFF is #8CD200. Grayscale: #595959. Windows color (decimal): -9228801 or 16723315. OLE color: 16723315.
HSL color Cylindrical-coordinate representation of color #732DFF: hue angle of 260º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732DFF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 45 | 255 | - |
| CMYK | 0.55 | 0.82 | 0 | 0 |
| HSL | 260º | 1% | 0.59% | - |
| HSV(B) | 260º | 0.82% | 1% | - |
| XYZ | 26.06 | 12.74 | 95.69 | - |
| YUV | 89.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 255 | 0.55 | 0.82 | 0 | 0 | 260 | 1 | 0.59 |
| Hex | 73 | 2D | FF | 37 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 163 | 55 | 377 | 67 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110011 | 101101 | 11111111 | 110111 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #732DFF
Complementary color
Monochromatic Colors of #732DFF
Black with #732DFF
Text Example
Text Example
White with #732DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DFF; }
p { color: rgb(115,45,255); }
H1.HeaderClassName
{
color: #732DFF;
}
.AnyTagClassName
{
color: #732DFF;
}
</style>
background-color css
<style>
a { background-color: #732DFF; }
a { background-color: rgb(115,45,255); }
div.DivClassName
{
background-color: #732DFF;
}
.BgClassName
{
background-color: #732DFF;
}
</style>
border-color css
<style>
span { border-color: #732DFF; }
span { border-color: rgb(115,45,255); }
td.TdClassName
{
border-color: #732DFF;
}
.TagClassName
{
border-color: #732DFF;
}
</style>