Shades of Han Purple #631AFB
Tints of Han Purple #631AFB
RGB
CMYK
RGB Variations
Color information
#631AFB (or 0x631AFB) is known color: Han Purple. HEX triplet: 63, 1A and FB. RGB value is (99,26,251). Sum of RGB (Red+Green+Blue) = 99+26+251=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #631AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AFB is #9CE504. Grayscale: #484848. Windows color (decimal): -10282245 or 16456291. OLE color: 16456291.
HSL color Cylindrical-coordinate representation of color #631AFB: hue angle of 259.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631AFB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 26 | 251 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.02 |
| HSL | 259.47º | 0.97% | 0.54% | - |
| HSV(B) | 259.47º | 0.9% | 0.98% | - |
| XYZ | 22.93 | 10.36 | 92.06 | - |
| YUV | 73.48 | 228.18 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 251 | 0.61 | 0.90 | 0 | 0.02 | 259.47 | 0.97 | 0.54 |
| Hex | 63 | 1A | FB | 3D | 5A | 0 | 2 | 103 | 61 | 36 |
| Octal | 143 | 32 | 373 | 75 | 132 | 0 | 2 | 403 | 141 | 66 |
| Binary | 1100011 | 11010 | 11111011 | 111101 | 1011010 | 0 | 10 | 100000011 | 1100001 | 110110 |
Color Harmonies of #631AFB
Complementary color
Monochromatic Colors of #631AFB
Black with #631AFB
Text Example
Text Example
White with #631AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AFB; }
p { color: rgb(99,26,251); }
H1.HeaderClassName
{
color: #631AFB;
}
.AnyTagClassName
{
color: #631AFB;
}
</style>
background-color css
<style>
a { background-color: #631AFB; }
a { background-color: rgb(99,26,251); }
div.DivClassName
{
background-color: #631AFB;
}
.BgClassName
{
background-color: #631AFB;
}
</style>
border-color css
<style>
span { border-color: #631AFB; }
span { border-color: rgb(99,26,251); }
td.TdClassName
{
border-color: #631AFB;
}
.TagClassName
{
border-color: #631AFB;
}
</style>