Shades of Han Purple #631CE8
Tints of Han Purple #631CE8
RGB
CMYK
RGB Variations
Color information
#631CE8 (or 0x631CE8) is known color: Han Purple. HEX triplet: 63, 1C and E8. RGB value is (99,28,232). Sum of RGB (Red+Green+Blue) = 99+28+232=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #631CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CE8 is #9CE317. Grayscale: #474747. Windows color (decimal): -10281752 or 15211619. OLE color: 15211619.
HSL color Cylindrical-coordinate representation of color #631CE8: hue angle of 260.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631CE8 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 28 | 232 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.09 |
| HSL | 260.88º | 0.82% | 0.51% | - |
| HSV(B) | 260.88º | 0.88% | 0.91% | - |
| XYZ | 20.13 | 9.31 | 77.08 | - |
| YUV | 72.49 | 218.02 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 232 | 0.57 | 0.88 | 0 | 0.09 | 260.88 | 0.82 | 0.51 |
| Hex | 63 | 1C | E8 | 39 | 58 | 0 | 9 | 105 | 52 | 33 |
| Octal | 143 | 34 | 350 | 71 | 130 | 0 | 11 | 405 | 122 | 63 |
| Binary | 1100011 | 11100 | 11101000 | 111001 | 1011000 | 0 | 1001 | 100000101 | 1010010 | 110011 |
Color Harmonies of #631CE8
Complementary color
Monochromatic Colors of #631CE8
Black with #631CE8
Text Example
Text Example
White with #631CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CE8; }
p { color: rgb(99,28,232); }
H1.HeaderClassName
{
color: #631CE8;
}
.AnyTagClassName
{
color: #631CE8;
}
</style>
background-color css
<style>
a { background-color: #631CE8; }
a { background-color: rgb(99,28,232); }
div.DivClassName
{
background-color: #631CE8;
}
.BgClassName
{
background-color: #631CE8;
}
</style>
border-color css
<style>
span { border-color: #631CE8; }
span { border-color: rgb(99,28,232); }
td.TdClassName
{
border-color: #631CE8;
}
.TagClassName
{
border-color: #631CE8;
}
</style>