Shades of Han Purple #631BFF
Tints of Han Purple #631BFF
RGB
CMYK
RGB Variations
Color information
#631BFF (or 0x631BFF) is known color: Han Purple. HEX triplet: 63, 1B and FF. RGB value is (99,27,255). Sum of RGB (Red+Green+Blue) = 99+27+255=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #631BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631BFF is #9CE400. Grayscale: #494949. Windows color (decimal): -10281985 or 16718691. OLE color: 16718691.
HSL color Cylindrical-coordinate representation of color #631BFF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631BFF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 27 | 255 | - |
| CMYK | 0.61 | 0.89 | 0 | 0 |
| HSL | 258.95º | 1% | 0.55% | - |
| HSV(B) | 258.95º | 0.89% | 1% | - |
| XYZ | 23.59 | 10.66 | 95.42 | - |
| YUV | 74.52 | 229.85 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 255 | 0.61 | 0.89 | 0 | 0 | 258.95 | 1 | 0.55 |
| Hex | 63 | 1B | FF | 3D | 59 | 0 | 0 | 103 | 64 | 37 |
| Octal | 143 | 33 | 377 | 75 | 131 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100011 | 11011 | 11111111 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #631BFF
Complementary color
Monochromatic Colors of #631BFF
Black with #631BFF
Text Example
Text Example
White with #631BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631BFF; }
p { color: rgb(99,27,255); }
H1.HeaderClassName
{
color: #631BFF;
}
.AnyTagClassName
{
color: #631BFF;
}
</style>
background-color css
<style>
a { background-color: #631BFF; }
a { background-color: rgb(99,27,255); }
div.DivClassName
{
background-color: #631BFF;
}
.BgClassName
{
background-color: #631BFF;
}
</style>
border-color css
<style>
span { border-color: #631BFF; }
span { border-color: rgb(99,27,255); }
td.TdClassName
{
border-color: #631BFF;
}
.TagClassName
{
border-color: #631BFF;
}
</style>