Shades of Han Purple #632FFF
Tints of Han Purple #632FFF
RGB
CMYK
RGB Variations
Color information
#632FFF (or 0x632FFF) is known color: Han Purple. HEX triplet: 63, 2F and FF. RGB value is (99,47,255). Sum of RGB (Red+Green+Blue) = 99+47+255=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #632FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632FFF is #9CD000. Grayscale: #555555. Windows color (decimal): -10276865 or 16723811. OLE color: 16723811.
HSL color Cylindrical-coordinate representation of color #632FFF: hue angle of 255º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632FFF is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 47 | 255 | - |
| CMYK | 0.61 | 0.82 | 0 | 0 |
| HSL | 255º | 1% | 0.59% | - |
| HSV(B) | 255º | 0.82% | 1% | - |
| XYZ | 24.21 | 11.91 | 95.63 | - |
| YUV | 86.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 255 | 0.61 | 0.82 | 0 | 0 | 255 | 1 | 0.59 |
| Hex | 63 | 2F | FF | 3D | 52 | 0 | 0 | FF | 64 | 3B |
| Octal | 143 | 57 | 377 | 75 | 122 | 0 | 0 | 377 | 144 | 73 |
| Binary | 1100011 | 101111 | 11111111 | 111101 | 1010010 | 0 | 0 | 11111111 | 1100100 | 111011 |
Color Harmonies of #632FFF
Complementary color
Monochromatic Colors of #632FFF
Black with #632FFF
Text Example
Text Example
White with #632FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FFF; }
p { color: rgb(99,47,255); }
H1.HeaderClassName
{
color: #632FFF;
}
.AnyTagClassName
{
color: #632FFF;
}
</style>
background-color css
<style>
a { background-color: #632FFF; }
a { background-color: rgb(99,47,255); }
div.DivClassName
{
background-color: #632FFF;
}
.BgClassName
{
background-color: #632FFF;
}
</style>
border-color css
<style>
span { border-color: #632FFF; }
span { border-color: rgb(99,47,255); }
td.TdClassName
{
border-color: #632FFF;
}
.TagClassName
{
border-color: #632FFF;
}
</style>