Shades of Han Purple #631AFC
Tints of Han Purple #631AFC
RGB
CMYK
RGB Variations
Color information
#631AFC (or 0x631AFC) is known color: Han Purple. HEX triplet: 63, 1A and FC. RGB value is (99,26,252). Sum of RGB (Red+Green+Blue) = 99+26+252=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #631AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AFC is #9CE503. Grayscale: #484848. Windows color (decimal): -10282244 or 16521827. OLE color: 16521827.
HSL color Cylindrical-coordinate representation of color #631AFC: hue angle of 259.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631AFC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 26 | 252 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.01 |
| HSL | 259.38º | 0.97% | 0.55% | - |
| HSV(B) | 259.38º | 0.9% | 0.99% | - |
| XYZ | 23.09 | 10.42 | 92.89 | - |
| YUV | 73.59 | 228.68 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 252 | 0.61 | 0.90 | 0 | 0.01 | 259.38 | 0.97 | 0.55 |
| Hex | 63 | 1A | FC | 3D | 5A | 0 | 1 | 103 | 61 | 37 |
| Octal | 143 | 32 | 374 | 75 | 132 | 0 | 1 | 403 | 141 | 67 |
| Binary | 1100011 | 11010 | 11111100 | 111101 | 1011010 | 0 | 1 | 100000011 | 1100001 | 110111 |
Color Harmonies of #631AFC
Complementary color
Monochromatic Colors of #631AFC
Black with #631AFC
Text Example
Text Example
White with #631AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AFC; }
p { color: rgb(99,26,252); }
H1.HeaderClassName
{
color: #631AFC;
}
.AnyTagClassName
{
color: #631AFC;
}
</style>
background-color css
<style>
a { background-color: #631AFC; }
a { background-color: rgb(99,26,252); }
div.DivClassName
{
background-color: #631AFC;
}
.BgClassName
{
background-color: #631AFC;
}
</style>
border-color css
<style>
span { border-color: #631AFC; }
span { border-color: rgb(99,26,252); }
td.TdClassName
{
border-color: #631AFC;
}
.TagClassName
{
border-color: #631AFC;
}
</style>