Shades of Han Purple #631CE7
Tints of Han Purple #631CE7
RGB
CMYK
RGB Variations
Color information
#631CE7 (or 0x631CE7) is known color: Han Purple. HEX triplet: 63, 1C and E7. RGB value is (99,28,231). Sum of RGB (Red+Green+Blue) = 99+28+231=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #631CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CE7 is #9CE318. Grayscale: #474747. Windows color (decimal): -10281753 or 15146083. OLE color: 15146083.
HSL color Cylindrical-coordinate representation of color #631CE7: hue angle of 260.99º degrees, saturation: 0.81, 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 #631CE7 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 28 | 231 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.09 |
| HSL | 260.99º | 0.81% | 0.51% | - |
| HSV(B) | 260.99º | 0.88% | 0.91% | - |
| XYZ | 19.98 | 9.25 | 76.33 | - |
| YUV | 72.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 231 | 0.57 | 0.88 | 0 | 0.09 | 260.99 | 0.81 | 0.51 |
| Hex | 63 | 1C | E7 | 39 | 58 | 0 | 9 | 105 | 51 | 33 |
| Octal | 143 | 34 | 347 | 71 | 130 | 0 | 11 | 405 | 121 | 63 |
| Binary | 1100011 | 11100 | 11100111 | 111001 | 1011000 | 0 | 1001 | 100000101 | 1010001 | 110011 |
Color Harmonies of #631CE7
Complementary color
Monochromatic Colors of #631CE7
Black with #631CE7
Text Example
Text Example
White with #631CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CE7; }
p { color: rgb(99,28,231); }
H1.HeaderClassName
{
color: #631CE7;
}
.AnyTagClassName
{
color: #631CE7;
}
</style>
background-color css
<style>
a { background-color: #631CE7; }
a { background-color: rgb(99,28,231); }
div.DivClassName
{
background-color: #631CE7;
}
.BgClassName
{
background-color: #631CE7;
}
</style>
border-color css
<style>
span { border-color: #631CE7; }
span { border-color: rgb(99,28,231); }
td.TdClassName
{
border-color: #631CE7;
}
.TagClassName
{
border-color: #631CE7;
}
</style>