Shades of Han Purple #631AEA
Tints of Han Purple #631AEA
RGB
CMYK
RGB Variations
Color information
#631AEA (or 0x631AEA) is known color: Han Purple. HEX triplet: 63, 1A and EA. RGB value is (99,26,234). Sum of RGB (Red+Green+Blue) = 99+26+234=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #631AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AEA is #9CE515. Grayscale: #464646. Windows color (decimal): -10282262 or 15342179. OLE color: 15342179.
HSL color Cylindrical-coordinate representation of color #631AEA: hue angle of 261.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631AEA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 26 | 234 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.08 |
| HSL | 261.06º | 0.83% | 0.51% | - |
| HSV(B) | 261.06º | 0.89% | 0.92% | - |
| XYZ | 20.37 | 9.33 | 78.57 | - |
| YUV | 71.54 | 219.68 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 234 | 0.58 | 0.89 | 0 | 0.08 | 261.06 | 0.83 | 0.51 |
| Hex | 63 | 1A | EA | 3A | 59 | 0 | 8 | 105 | 53 | 33 |
| Octal | 143 | 32 | 352 | 72 | 131 | 0 | 10 | 405 | 123 | 63 |
| Binary | 1100011 | 11010 | 11101010 | 111010 | 1011001 | 0 | 1000 | 100000101 | 1010011 | 110011 |
Color Harmonies of #631AEA
Complementary color
Monochromatic Colors of #631AEA
Black with #631AEA
Text Example
Text Example
White with #631AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AEA; }
p { color: rgb(99,26,234); }
H1.HeaderClassName
{
color: #631AEA;
}
.AnyTagClassName
{
color: #631AEA;
}
</style>
background-color css
<style>
a { background-color: #631AEA; }
a { background-color: rgb(99,26,234); }
div.DivClassName
{
background-color: #631AEA;
}
.BgClassName
{
background-color: #631AEA;
}
</style>
border-color css
<style>
span { border-color: #631AEA; }
span { border-color: rgb(99,26,234); }
td.TdClassName
{
border-color: #631AEA;
}
.TagClassName
{
border-color: #631AEA;
}
</style>