Shades of Han Purple #631CEC
Tints of Han Purple #631CEC
RGB
CMYK
RGB Variations
Color information
#631CEC (or 0x631CEC) is known color: Han Purple. HEX triplet: 63, 1C and EC. RGB value is (99,28,236). Sum of RGB (Red+Green+Blue) = 99+28+236=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #631CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CEC is #9CE313. Grayscale: #484848. Windows color (decimal): -10281748 or 15473763. OLE color: 15473763.
HSL color Cylindrical-coordinate representation of color #631CEC: hue angle of 260.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631CEC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 28 | 236 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.07 |
| HSL | 260.48º | 0.85% | 0.52% | - |
| HSV(B) | 260.48º | 0.88% | 0.93% | - |
| XYZ | 20.7 | 9.54 | 80.11 | - |
| YUV | 72.94 | 220.02 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 236 | 0.58 | 0.88 | 0 | 0.07 | 260.48 | 0.85 | 0.52 |
| Hex | 63 | 1C | EC | 3A | 58 | 0 | 7 | 104 | 55 | 34 |
| Octal | 143 | 34 | 354 | 72 | 130 | 0 | 7 | 404 | 125 | 64 |
| Binary | 1100011 | 11100 | 11101100 | 111010 | 1011000 | 0 | 111 | 100000100 | 1010101 | 110100 |
Color Harmonies of #631CEC
Complementary color
Monochromatic Colors of #631CEC
Black with #631CEC
Text Example
Text Example
White with #631CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CEC; }
p { color: rgb(99,28,236); }
H1.HeaderClassName
{
color: #631CEC;
}
.AnyTagClassName
{
color: #631CEC;
}
</style>
background-color css
<style>
a { background-color: #631CEC; }
a { background-color: rgb(99,28,236); }
div.DivClassName
{
background-color: #631CEC;
}
.BgClassName
{
background-color: #631CEC;
}
</style>
border-color css
<style>
span { border-color: #631CEC; }
span { border-color: rgb(99,28,236); }
td.TdClassName
{
border-color: #631CEC;
}
.TagClassName
{
border-color: #631CEC;
}
</style>