Shades of Han Purple #632EEC
Tints of Han Purple #632EEC
RGB
CMYK
RGB Variations
Color information
#632EEC (or 0x632EEC) is known color: Han Purple. HEX triplet: 63, 2E and EC. RGB value is (99,46,236). Sum of RGB (Red+Green+Blue) = 99+46+236=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #632EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632EEC is #9CD113. Grayscale: #525252. Windows color (decimal): -10277140 or 15478371. OLE color: 15478371.
HSL color Cylindrical-coordinate representation of color #632EEC: hue angle of 256.74º 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 #632EEC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 46 | 236 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 256.74º | 0.83% | 0.55% | - |
| HSV(B) | 256.74º | 0.81% | 0.93% | - |
| XYZ | 21.26 | 10.66 | 80.29 | - |
| YUV | 83.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 236 | 0.58 | 0.81 | 0 | 0.07 | 256.74 | 0.83 | 0.55 |
| Hex | 63 | 2E | EC | 3A | 51 | 0 | 7 | 101 | 53 | 37 |
| Octal | 143 | 56 | 354 | 72 | 121 | 0 | 7 | 401 | 123 | 67 |
| Binary | 1100011 | 101110 | 11101100 | 111010 | 1010001 | 0 | 111 | 100000001 | 1010011 | 110111 |
Color Harmonies of #632EEC
Complementary color
Monochromatic Colors of #632EEC
Black with #632EEC
Text Example
Text Example
White with #632EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632EEC; }
p { color: rgb(99,46,236); }
H1.HeaderClassName
{
color: #632EEC;
}
.AnyTagClassName
{
color: #632EEC;
}
</style>
background-color css
<style>
a { background-color: #632EEC; }
a { background-color: rgb(99,46,236); }
div.DivClassName
{
background-color: #632EEC;
}
.BgClassName
{
background-color: #632EEC;
}
</style>
border-color css
<style>
span { border-color: #632EEC; }
span { border-color: rgb(99,46,236); }
td.TdClassName
{
border-color: #632EEC;
}
.TagClassName
{
border-color: #632EEC;
}
</style>