Shades of Han Purple #632CEC
Tints of Han Purple #632CEC
RGB
CMYK
RGB Variations
Color information
#632CEC (or 0x632CEC) is known color: Han Purple. HEX triplet: 63, 2C and EC. RGB value is (99,44,236). Sum of RGB (Red+Green+Blue) = 99+44+236=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #632CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632CEC is #9CD313. Grayscale: #515151. Windows color (decimal): -10277652 or 15477859. OLE color: 15477859.
HSL color Cylindrical-coordinate representation of color #632CEC: hue angle of 257.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632CEC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 44 | 236 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 257.19º | 0.83% | 0.55% | - |
| HSV(B) | 257.19º | 0.81% | 0.93% | - |
| XYZ | 21.19 | 10.51 | 80.27 | - |
| YUV | 82.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 236 | 0.58 | 0.81 | 0 | 0.07 | 257.19 | 0.83 | 0.55 |
| Hex | 63 | 2C | EC | 3A | 51 | 0 | 7 | 101 | 53 | 37 |
| Octal | 143 | 54 | 354 | 72 | 121 | 0 | 7 | 401 | 123 | 67 |
| Binary | 1100011 | 101100 | 11101100 | 111010 | 1010001 | 0 | 111 | 100000001 | 1010011 | 110111 |
Color Harmonies of #632CEC
Complementary color
Monochromatic Colors of #632CEC
Black with #632CEC
Text Example
Text Example
White with #632CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CEC; }
p { color: rgb(99,44,236); }
H1.HeaderClassName
{
color: #632CEC;
}
.AnyTagClassName
{
color: #632CEC;
}
</style>
background-color css
<style>
a { background-color: #632CEC; }
a { background-color: rgb(99,44,236); }
div.DivClassName
{
background-color: #632CEC;
}
.BgClassName
{
background-color: #632CEC;
}
</style>
border-color css
<style>
span { border-color: #632CEC; }
span { border-color: rgb(99,44,236); }
td.TdClassName
{
border-color: #632CEC;
}
.TagClassName
{
border-color: #632CEC;
}
</style>