Shades of Han Purple #632CFE
Tints of Han Purple #632CFE
RGB
CMYK
RGB Variations
Color information
#632CFE (or 0x632CFE) is known color: Han Purple. HEX triplet: 63, 2C and FE. RGB value is (99,44,254). Sum of RGB (Red+Green+Blue) = 99+44+254=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #632CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632CFE is #9CD301. Grayscale: #535353. Windows color (decimal): -10277634 or 16657507. OLE color: 16657507.
HSL color Cylindrical-coordinate representation of color #632CFE: hue angle of 255.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #632CFE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 44 | 254 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.00 |
| HSL | 255.71º | 0.99% | 0.58% | - |
| HSV(B) | 255.71º | 0.83% | 1% | - |
| XYZ | 23.94 | 11.61 | 94.75 | - |
| YUV | 84.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 254 | 0.61 | 0.83 | 0 | 0.00 | 255.71 | 0.99 | 0.58 |
| Hex | 63 | 2C | FE | 3D | 53 | 0 | 0 | 100 | 63 | 3A |
| Octal | 143 | 54 | 376 | 75 | 123 | 0 | 0 | 400 | 143 | 72 |
| Binary | 1100011 | 101100 | 11111110 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100011 | 111010 |
Color Harmonies of #632CFE
Complementary color
Monochromatic Colors of #632CFE
Black with #632CFE
Text Example
Text Example
White with #632CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CFE; }
p { color: rgb(99,44,254); }
H1.HeaderClassName
{
color: #632CFE;
}
.AnyTagClassName
{
color: #632CFE;
}
</style>
background-color css
<style>
a { background-color: #632CFE; }
a { background-color: rgb(99,44,254); }
div.DivClassName
{
background-color: #632CFE;
}
.BgClassName
{
background-color: #632CFE;
}
</style>
border-color css
<style>
span { border-color: #632CFE; }
span { border-color: rgb(99,44,254); }
td.TdClassName
{
border-color: #632CFE;
}
.TagClassName
{
border-color: #632CFE;
}
</style>