Shades of Han Purple #631DED
Tints of Han Purple #631DED
RGB
CMYK
RGB Variations
Color information
#631DED (or 0x631DED) is known color: Han Purple. HEX triplet: 63, 1D and ED. RGB value is (99,29,237). Sum of RGB (Red+Green+Blue) = 99+29+237=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #631DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631DED is #9CE212. Grayscale: #484848. Windows color (decimal): -10281491 or 15539555. OLE color: 15539555.
HSL color Cylindrical-coordinate representation of color #631DED: hue angle of 260.19º 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 #631DED is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 29 | 237 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.07 |
| HSL | 260.19º | 0.85% | 0.52% | - |
| HSV(B) | 260.19º | 0.88% | 0.93% | - |
| XYZ | 20.87 | 9.65 | 80.88 | - |
| YUV | 73.64 | 220.19 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 237 | 0.58 | 0.88 | 0 | 0.07 | 260.19 | 0.85 | 0.52 |
| Hex | 63 | 1D | ED | 3A | 58 | 0 | 7 | 104 | 55 | 34 |
| Octal | 143 | 35 | 355 | 72 | 130 | 0 | 7 | 404 | 125 | 64 |
| Binary | 1100011 | 11101 | 11101101 | 111010 | 1011000 | 0 | 111 | 100000100 | 1010101 | 110100 |
Color Harmonies of #631DED
Complementary color
Monochromatic Colors of #631DED
Black with #631DED
Text Example
Text Example
White with #631DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DED; }
p { color: rgb(99,29,237); }
H1.HeaderClassName
{
color: #631DED;
}
.AnyTagClassName
{
color: #631DED;
}
</style>
background-color css
<style>
a { background-color: #631DED; }
a { background-color: rgb(99,29,237); }
div.DivClassName
{
background-color: #631DED;
}
.BgClassName
{
background-color: #631DED;
}
</style>
border-color css
<style>
span { border-color: #631DED; }
span { border-color: rgb(99,29,237); }
td.TdClassName
{
border-color: #631DED;
}
.TagClassName
{
border-color: #631DED;
}
</style>