Shades of Han Purple #632DFD
Tints of Han Purple #632DFD
RGB
CMYK
RGB Variations
Color information
#632DFD (or 0x632DFD) is known color: Han Purple. HEX triplet: 63, 2D and FD. RGB value is (99,45,253). Sum of RGB (Red+Green+Blue) = 99+45+253=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #632DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632DFD is #9CD202. Grayscale: #545454. Windows color (decimal): -10277379 or 16592227. OLE color: 16592227.
HSL color Cylindrical-coordinate representation of color #632DFD: hue angle of 255.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632DFD is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 45 | 253 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.01 |
| HSL | 255.58º | 0.98% | 0.58% | - |
| HSV(B) | 255.58º | 0.82% | 0.99% | - |
| XYZ | 23.81 | 11.62 | 93.92 | - |
| YUV | 84.86 | 222.89 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 253 | 0.61 | 0.82 | 0 | 0.01 | 255.58 | 0.98 | 0.58 |
| Hex | 63 | 2D | FD | 3D | 52 | 0 | 1 | 100 | 62 | 3A |
| Octal | 143 | 55 | 375 | 75 | 122 | 0 | 1 | 400 | 142 | 72 |
| Binary | 1100011 | 101101 | 11111101 | 111101 | 1010010 | 0 | 1 | 100000000 | 1100010 | 111010 |
Color Harmonies of #632DFD
Complementary color
Monochromatic Colors of #632DFD
Black with #632DFD
Text Example
Text Example
White with #632DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DFD; }
p { color: rgb(99,45,253); }
H1.HeaderClassName
{
color: #632DFD;
}
.AnyTagClassName
{
color: #632DFD;
}
</style>
background-color css
<style>
a { background-color: #632DFD; }
a { background-color: rgb(99,45,253); }
div.DivClassName
{
background-color: #632DFD;
}
.BgClassName
{
background-color: #632DFD;
}
</style>
border-color css
<style>
span { border-color: #632DFD; }
span { border-color: rgb(99,45,253); }
td.TdClassName
{
border-color: #632DFD;
}
.TagClassName
{
border-color: #632DFD;
}
</style>