Shades of Han Purple #632AE8
Tints of Han Purple #632AE8
RGB
CMYK
RGB Variations
Color information
#632AE8 (or 0x632AE8) is known color: Han Purple. HEX triplet: 63, 2A and E8. RGB value is (99,42,232). Sum of RGB (Red+Green+Blue) = 99+42+232=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #632AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632AE8 is #9CD517. Grayscale: #505050. Windows color (decimal): -10278168 or 15215203. OLE color: 15215203.
HSL color Cylindrical-coordinate representation of color #632AE8: hue angle of 258º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632AE8 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 42 | 232 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.09 |
| HSL | 258º | 0.81% | 0.54% | - |
| HSV(B) | 258º | 0.82% | 0.91% | - |
| XYZ | 20.54 | 10.13 | 77.22 | - |
| YUV | 80.7 | 213.38 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 232 | 0.57 | 0.82 | 0 | 0.09 | 258 | 0.81 | 0.54 |
| Hex | 63 | 2A | E8 | 39 | 52 | 0 | 9 | 102 | 51 | 36 |
| Octal | 143 | 52 | 350 | 71 | 122 | 0 | 11 | 402 | 121 | 66 |
| Binary | 1100011 | 101010 | 11101000 | 111001 | 1010010 | 0 | 1001 | 100000010 | 1010001 | 110110 |
Color Harmonies of #632AE8
Complementary color
Monochromatic Colors of #632AE8
Black with #632AE8
Text Example
Text Example
White with #632AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AE8; }
p { color: rgb(99,42,232); }
H1.HeaderClassName
{
color: #632AE8;
}
.AnyTagClassName
{
color: #632AE8;
}
</style>
background-color css
<style>
a { background-color: #632AE8; }
a { background-color: rgb(99,42,232); }
div.DivClassName
{
background-color: #632AE8;
}
.BgClassName
{
background-color: #632AE8;
}
</style>
border-color css
<style>
span { border-color: #632AE8; }
span { border-color: rgb(99,42,232); }
td.TdClassName
{
border-color: #632AE8;
}
.TagClassName
{
border-color: #632AE8;
}
</style>