Shades of Han Purple #632BFF
Tints of Han Purple #632BFF
RGB
CMYK
RGB Variations
Color information
#632BFF (or 0x632BFF) is known color: Han Purple. HEX triplet: 63, 2B and FF. RGB value is (99,43,255). Sum of RGB (Red+Green+Blue) = 99+43+255=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #632BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632BFF is #9CD400. Grayscale: #535353. Windows color (decimal): -10277889 or 16722787. OLE color: 16722787.
HSL color Cylindrical-coordinate representation of color #632BFF: hue angle of 255.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #632BFF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 43 | 255 | - |
| CMYK | 0.61 | 0.83 | 0 | 0 |
| HSL | 255.85º | 1% | 0.58% | - |
| HSV(B) | 255.85º | 0.83% | 1% | - |
| XYZ | 24.06 | 11.6 | 95.58 | - |
| YUV | 83.91 | 224.55 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 255 | 0.61 | 0.83 | 0 | 0 | 255.85 | 1 | 0.58 |
| Hex | 63 | 2B | FF | 3D | 53 | 0 | 0 | 100 | 64 | 3A |
| Octal | 143 | 53 | 377 | 75 | 123 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100011 | 101011 | 11111111 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #632BFF
Complementary color
Monochromatic Colors of #632BFF
Black with #632BFF
Text Example
Text Example
White with #632BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632BFF; }
p { color: rgb(99,43,255); }
H1.HeaderClassName
{
color: #632BFF;
}
.AnyTagClassName
{
color: #632BFF;
}
</style>
background-color css
<style>
a { background-color: #632BFF; }
a { background-color: rgb(99,43,255); }
div.DivClassName
{
background-color: #632BFF;
}
.BgClassName
{
background-color: #632BFF;
}
</style>
border-color css
<style>
span { border-color: #632BFF; }
span { border-color: rgb(99,43,255); }
td.TdClassName
{
border-color: #632BFF;
}
.TagClassName
{
border-color: #632BFF;
}
</style>