Shades of Han Purple #631FEB
Tints of Han Purple #631FEB
RGB
CMYK
RGB Variations
Color information
#631FEB (or 0x631FEB) is known color: Han Purple. HEX triplet: 63, 1F and EB. RGB value is (99,31,235). Sum of RGB (Red+Green+Blue) = 99+31+235=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #631FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631FEB is #9CE014. Grayscale: #494949. Windows color (decimal): -10280981 or 15408995. OLE color: 15408995.
HSL color Cylindrical-coordinate representation of color #631FEB: hue angle of 260º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631FEB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 31 | 235 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.08 |
| HSL | 260º | 0.84% | 0.52% | - |
| HSV(B) | 260º | 0.87% | 0.92% | - |
| XYZ | 20.63 | 9.63 | 79.37 | - |
| YUV | 74.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 235 | 0.58 | 0.87 | 0 | 0.08 | 260 | 0.84 | 0.52 |
| Hex | 63 | 1F | EB | 3A | 57 | 0 | 8 | 104 | 54 | 34 |
| Octal | 143 | 37 | 353 | 72 | 127 | 0 | 10 | 404 | 124 | 64 |
| Binary | 1100011 | 11111 | 11101011 | 111010 | 1010111 | 0 | 1000 | 100000100 | 1010100 | 110100 |
Color Harmonies of #631FEB
Complementary color
Monochromatic Colors of #631FEB
Black with #631FEB
Text Example
Text Example
White with #631FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631FEB; }
p { color: rgb(99,31,235); }
H1.HeaderClassName
{
color: #631FEB;
}
.AnyTagClassName
{
color: #631FEB;
}
</style>
background-color css
<style>
a { background-color: #631FEB; }
a { background-color: rgb(99,31,235); }
div.DivClassName
{
background-color: #631FEB;
}
.BgClassName
{
background-color: #631FEB;
}
</style>
border-color css
<style>
span { border-color: #631FEB; }
span { border-color: rgb(99,31,235); }
td.TdClassName
{
border-color: #631FEB;
}
.TagClassName
{
border-color: #631FEB;
}
</style>