Shades of Han Purple #632DEC
Tints of Han Purple #632DEC
RGB
CMYK
RGB Variations
Color information
#632DEC (or 0x632DEC) is known color: Han Purple. HEX triplet: 63, 2D and EC. RGB value is (99,45,236). Sum of RGB (Red+Green+Blue) = 99+45+236=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #632DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632DEC is #9CD213. Grayscale: #525252. Windows color (decimal): -10277396 or 15478115. OLE color: 15478115.
HSL color Cylindrical-coordinate representation of color #632DEC: hue angle of 256.96º 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 #632DEC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 45 | 236 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 256.96º | 0.83% | 0.55% | - |
| HSV(B) | 256.96º | 0.81% | 0.93% | - |
| XYZ | 21.22 | 10.59 | 80.28 | - |
| YUV | 82.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 236 | 0.58 | 0.81 | 0 | 0.07 | 256.96 | 0.83 | 0.55 |
| Hex | 63 | 2D | EC | 3A | 51 | 0 | 7 | 101 | 53 | 37 |
| Octal | 143 | 55 | 354 | 72 | 121 | 0 | 7 | 401 | 123 | 67 |
| Binary | 1100011 | 101101 | 11101100 | 111010 | 1010001 | 0 | 111 | 100000001 | 1010011 | 110111 |
Color Harmonies of #632DEC
Complementary color
Monochromatic Colors of #632DEC
Black with #632DEC
Text Example
Text Example
White with #632DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DEC; }
p { color: rgb(99,45,236); }
H1.HeaderClassName
{
color: #632DEC;
}
.AnyTagClassName
{
color: #632DEC;
}
</style>
background-color css
<style>
a { background-color: #632DEC; }
a { background-color: rgb(99,45,236); }
div.DivClassName
{
background-color: #632DEC;
}
.BgClassName
{
background-color: #632DEC;
}
</style>
border-color css
<style>
span { border-color: #632DEC; }
span { border-color: rgb(99,45,236); }
td.TdClassName
{
border-color: #632DEC;
}
.TagClassName
{
border-color: #632DEC;
}
</style>