Shades of Han Purple #632AFF
Tints of Han Purple #632AFF
RGB
CMYK
RGB Variations
Color information
#632AFF (or 0x632AFF) is known color: Han Purple. HEX triplet: 63, 2A and FF. RGB value is (99,42,255). Sum of RGB (Red+Green+Blue) = 99+42+255=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #632AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632AFF is #9CD500. Grayscale: #525252. Windows color (decimal): -10278145 or 16722531. OLE color: 16722531.
HSL color Cylindrical-coordinate representation of color #632AFF: hue angle of 256.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #632AFF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 42 | 255 | - |
| CMYK | 0.61 | 0.84 | 0 | 0 |
| HSL | 256.06º | 1% | 0.58% | - |
| HSV(B) | 256.06º | 0.84% | 1% | - |
| XYZ | 24.02 | 11.53 | 95.57 | - |
| YUV | 83.33 | 224.88 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 255 | 0.61 | 0.84 | 0 | 0 | 256.06 | 1 | 0.58 |
| Hex | 63 | 2A | FF | 3D | 54 | 0 | 0 | 100 | 64 | 3A |
| Octal | 143 | 52 | 377 | 75 | 124 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100011 | 101010 | 11111111 | 111101 | 1010100 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #632AFF
Complementary color
Monochromatic Colors of #632AFF
Black with #632AFF
Text Example
Text Example
White with #632AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AFF; }
p { color: rgb(99,42,255); }
H1.HeaderClassName
{
color: #632AFF;
}
.AnyTagClassName
{
color: #632AFF;
}
</style>
background-color css
<style>
a { background-color: #632AFF; }
a { background-color: rgb(99,42,255); }
div.DivClassName
{
background-color: #632AFF;
}
.BgClassName
{
background-color: #632AFF;
}
</style>
border-color css
<style>
span { border-color: #632AFF; }
span { border-color: rgb(99,42,255); }
td.TdClassName
{
border-color: #632AFF;
}
.TagClassName
{
border-color: #632AFF;
}
</style>