Shades of Han Purple #631DEA
Tints of Han Purple #631DEA
RGB
CMYK
RGB Variations
Color information
#631DEA (or 0x631DEA) is known color: Han Purple. HEX triplet: 63, 1D and EA. RGB value is (99,29,234). Sum of RGB (Red+Green+Blue) = 99+29+234=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #631DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631DEA is #9CE215. Grayscale: #484848. Windows color (decimal): -10281494 or 15342947. OLE color: 15342947.
HSL color Cylindrical-coordinate representation of color #631DEA: hue angle of 260.49º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631DEA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 29 | 234 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.08 |
| HSL | 260.49º | 0.83% | 0.52% | - |
| HSV(B) | 260.49º | 0.88% | 0.92% | - |
| XYZ | 20.44 | 9.47 | 78.59 | - |
| YUV | 73.3 | 218.69 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 234 | 0.58 | 0.88 | 0 | 0.08 | 260.49 | 0.83 | 0.52 |
| Hex | 63 | 1D | EA | 3A | 58 | 0 | 8 | 104 | 53 | 34 |
| Octal | 143 | 35 | 352 | 72 | 130 | 0 | 10 | 404 | 123 | 64 |
| Binary | 1100011 | 11101 | 11101010 | 111010 | 1011000 | 0 | 1000 | 100000100 | 1010011 | 110100 |
Color Harmonies of #631DEA
Complementary color
Monochromatic Colors of #631DEA
Black with #631DEA
Text Example
Text Example
White with #631DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DEA; }
p { color: rgb(99,29,234); }
H1.HeaderClassName
{
color: #631DEA;
}
.AnyTagClassName
{
color: #631DEA;
}
</style>
background-color css
<style>
a { background-color: #631DEA; }
a { background-color: rgb(99,29,234); }
div.DivClassName
{
background-color: #631DEA;
}
.BgClassName
{
background-color: #631DEA;
}
</style>
border-color css
<style>
span { border-color: #631DEA; }
span { border-color: rgb(99,29,234); }
td.TdClassName
{
border-color: #631DEA;
}
.TagClassName
{
border-color: #631DEA;
}
</style>