Shades of Han Purple #631DFA
Tints of Han Purple #631DFA
RGB
CMYK
RGB Variations
Color information
#631DFA (or 0x631DFA) is known color: Han Purple. HEX triplet: 63, 1D and FA. RGB value is (99,29,250). Sum of RGB (Red+Green+Blue) = 99+29+250=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #631DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631DFA is #9CE205. Grayscale: #4A4A4A. Windows color (decimal): -10281478 or 16391523. OLE color: 16391523.
HSL color Cylindrical-coordinate representation of color #631DFA: hue angle of 259º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631DFA is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 29 | 250 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.02 |
| HSL | 259º | 0.96% | 0.55% | - |
| HSV(B) | 259º | 0.88% | 0.98% | - |
| XYZ | 22.84 | 10.43 | 91.25 | - |
| YUV | 75.12 | 226.69 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 250 | 0.60 | 0.88 | 0 | 0.02 | 259 | 0.96 | 0.55 |
| Hex | 63 | 1D | FA | 3C | 58 | 0 | 2 | 103 | 60 | 37 |
| Octal | 143 | 35 | 372 | 74 | 130 | 0 | 2 | 403 | 140 | 67 |
| Binary | 1100011 | 11101 | 11111010 | 111100 | 1011000 | 0 | 10 | 100000011 | 1100000 | 110111 |
Color Harmonies of #631DFA
Complementary color
Monochromatic Colors of #631DFA
Black with #631DFA
Text Example
Text Example
White with #631DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DFA; }
p { color: rgb(99,29,250); }
H1.HeaderClassName
{
color: #631DFA;
}
.AnyTagClassName
{
color: #631DFA;
}
</style>
background-color css
<style>
a { background-color: #631DFA; }
a { background-color: rgb(99,29,250); }
div.DivClassName
{
background-color: #631DFA;
}
.BgClassName
{
background-color: #631DFA;
}
</style>
border-color css
<style>
span { border-color: #631DFA; }
span { border-color: rgb(99,29,250); }
td.TdClassName
{
border-color: #631DFA;
}
.TagClassName
{
border-color: #631DFA;
}
</style>