Shades of Han Purple #631CFF
Tints of Han Purple #631CFF
RGB
CMYK
RGB Variations
Color information
#631CFF (or 0x631CFF) is known color: Han Purple. HEX triplet: 63, 1C and FF. RGB value is (99,28,255). Sum of RGB (Red+Green+Blue) = 99+28+255=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #631CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CFF is #9CE300. Grayscale: #4A4A4A. Windows color (decimal): -10281729 or 16718947. OLE color: 16718947.
HSL color Cylindrical-coordinate representation of color #631CFF: hue angle of 258.77º 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 #631CFF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 28 | 255 | - |
| CMYK | 0.61 | 0.89 | 0 | 0 |
| HSL | 258.77º | 1% | 0.55% | - |
| HSV(B) | 258.77º | 0.89% | 1% | - |
| XYZ | 23.61 | 10.7 | 95.43 | - |
| YUV | 75.11 | 229.52 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 255 | 0.61 | 0.89 | 0 | 0 | 258.77 | 1 | 0.55 |
| Hex | 63 | 1C | FF | 3D | 59 | 0 | 0 | 103 | 64 | 37 |
| Octal | 143 | 34 | 377 | 75 | 131 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100011 | 11100 | 11111111 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #631CFF
Complementary color
Monochromatic Colors of #631CFF
Black with #631CFF
Text Example
Text Example
White with #631CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CFF; }
p { color: rgb(99,28,255); }
H1.HeaderClassName
{
color: #631CFF;
}
.AnyTagClassName
{
color: #631CFF;
}
</style>
background-color css
<style>
a { background-color: #631CFF; }
a { background-color: rgb(99,28,255); }
div.DivClassName
{
background-color: #631CFF;
}
.BgClassName
{
background-color: #631CFF;
}
</style>
border-color css
<style>
span { border-color: #631CFF; }
span { border-color: rgb(99,28,255); }
td.TdClassName
{
border-color: #631CFF;
}
.TagClassName
{
border-color: #631CFF;
}
</style>