Shades of Han Purple #631EFE
Tints of Han Purple #631EFE
RGB
CMYK
RGB Variations
Color information
#631EFE (or 0x631EFE) is known color: Han Purple. HEX triplet: 63, 1E and FE. RGB value is (99,30,254). Sum of RGB (Red+Green+Blue) = 99+30+254=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #631EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631EFE is #9CE101. Grayscale: #4B4B4B. Windows color (decimal): -10281218 or 16653923. OLE color: 16653923.
HSL color Cylindrical-coordinate representation of color #631EFE: hue angle of 258.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631EFE is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 30 | 254 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.00 |
| HSL | 258.48º | 0.99% | 0.56% | - |
| HSV(B) | 258.48º | 0.88% | 1% | - |
| XYZ | 23.5 | 10.74 | 94.6 | - |
| YUV | 76.17 | 228.36 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 254 | 0.61 | 0.88 | 0 | 0.00 | 258.48 | 0.99 | 0.56 |
| Hex | 63 | 1E | FE | 3D | 58 | 0 | 0 | 102 | 63 | 38 |
| Octal | 143 | 36 | 376 | 75 | 130 | 0 | 0 | 402 | 143 | 70 |
| Binary | 1100011 | 11110 | 11111110 | 111101 | 1011000 | 0 | 0 | 100000010 | 1100011 | 111000 |
Color Harmonies of #631EFE
Complementary color
Monochromatic Colors of #631EFE
Black with #631EFE
Text Example
Text Example
White with #631EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631EFE; }
p { color: rgb(99,30,254); }
H1.HeaderClassName
{
color: #631EFE;
}
.AnyTagClassName
{
color: #631EFE;
}
</style>
background-color css
<style>
a { background-color: #631EFE; }
a { background-color: rgb(99,30,254); }
div.DivClassName
{
background-color: #631EFE;
}
.BgClassName
{
background-color: #631EFE;
}
</style>
border-color css
<style>
span { border-color: #631EFE; }
span { border-color: rgb(99,30,254); }
td.TdClassName
{
border-color: #631EFE;
}
.TagClassName
{
border-color: #631EFE;
}
</style>