Shades of Han Purple #632FEB
Tints of Han Purple #632FEB
RGB
CMYK
RGB Variations
Color information
#632FEB (or 0x632FEB) is known color: Han Purple. HEX triplet: 63, 2F and EB. RGB value is (99,47,235). Sum of RGB (Red+Green+Blue) = 99+47+235=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #632FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632FEB is #9CD014. Grayscale: #535353. Windows color (decimal): -10276885 or 15413091. OLE color: 15413091.
HSL color Cylindrical-coordinate representation of color #632FEB: hue angle of 256.6º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632FEB is Cyan = 0.58, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 47 | 235 | - |
| CMYK | 0.58 | 0.8 | 0 | 0.08 |
| HSL | 256.6º | 0.82% | 0.55% | - |
| HSV(B) | 256.6º | 0.8% | 0.92% | - |
| XYZ | 21.16 | 10.68 | 79.54 | - |
| YUV | 83.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 235 | 0.58 | 0.8 | 0 | 0.08 | 256.6 | 0.82 | 0.55 |
| Hex | 63 | 2F | EB | 3A | 50 | 0 | 8 | 101 | 52 | 37 |
| Octal | 143 | 57 | 353 | 72 | 120 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100011 | 101111 | 11101011 | 111010 | 1010000 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #632FEB
Complementary color
Monochromatic Colors of #632FEB
Black with #632FEB
Text Example
Text Example
White with #632FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FEB; }
p { color: rgb(99,47,235); }
H1.HeaderClassName
{
color: #632FEB;
}
.AnyTagClassName
{
color: #632FEB;
}
</style>
background-color css
<style>
a { background-color: #632FEB; }
a { background-color: rgb(99,47,235); }
div.DivClassName
{
background-color: #632FEB;
}
.BgClassName
{
background-color: #632FEB;
}
</style>
border-color css
<style>
span { border-color: #632FEB; }
span { border-color: rgb(99,47,235); }
td.TdClassName
{
border-color: #632FEB;
}
.TagClassName
{
border-color: #632FEB;
}
</style>