Shades of Han Purple #631DEC
Tints of Han Purple #631DEC
RGB
CMYK
RGB Variations
Color information
#631DEC (or 0x631DEC) is known color: Han Purple. HEX triplet: 63, 1D and EC. RGB value is (99,29,236). Sum of RGB (Red+Green+Blue) = 99+29+236=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #631DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631DEC is #9CE213. Grayscale: #484848. Windows color (decimal): -10281492 or 15474019. OLE color: 15474019.
HSL color Cylindrical-coordinate representation of color #631DEC: hue angle of 260.29º degrees, saturation: 0.84, 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 #631DEC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 29 | 236 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.07 |
| HSL | 260.29º | 0.84% | 0.52% | - |
| HSV(B) | 260.29º | 0.88% | 0.93% | - |
| XYZ | 20.73 | 9.59 | 80.12 | - |
| YUV | 73.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 236 | 0.58 | 0.88 | 0 | 0.07 | 260.29 | 0.84 | 0.52 |
| Hex | 63 | 1D | EC | 3A | 58 | 0 | 7 | 104 | 54 | 34 |
| Octal | 143 | 35 | 354 | 72 | 130 | 0 | 7 | 404 | 124 | 64 |
| Binary | 1100011 | 11101 | 11101100 | 111010 | 1011000 | 0 | 111 | 100000100 | 1010100 | 110100 |
Color Harmonies of #631DEC
Complementary color
Monochromatic Colors of #631DEC
Black with #631DEC
Text Example
Text Example
White with #631DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DEC; }
p { color: rgb(99,29,236); }
H1.HeaderClassName
{
color: #631DEC;
}
.AnyTagClassName
{
color: #631DEC;
}
</style>
background-color css
<style>
a { background-color: #631DEC; }
a { background-color: rgb(99,29,236); }
div.DivClassName
{
background-color: #631DEC;
}
.BgClassName
{
background-color: #631DEC;
}
</style>
border-color css
<style>
span { border-color: #631DEC; }
span { border-color: rgb(99,29,236); }
td.TdClassName
{
border-color: #631DEC;
}
.TagClassName
{
border-color: #631DEC;
}
</style>