Shades of Han Purple #632AEC
Tints of Han Purple #632AEC
RGB
CMYK
RGB Variations
Color information
#632AEC (or 0x632AEC) is known color: Han Purple. HEX triplet: 63, 2A and EC. RGB value is (99,42,236). Sum of RGB (Red+Green+Blue) = 99+42+236=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #632AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632AEC is #9CD513. Grayscale: #505050. Windows color (decimal): -10278164 or 15477347. OLE color: 15477347.
HSL color Cylindrical-coordinate representation of color #632AEC: hue angle of 257.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632AEC is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 42 | 236 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.63º | 0.84% | 0.55% | - |
| HSV(B) | 257.63º | 0.82% | 0.93% | - |
| XYZ | 21.11 | 10.36 | 80.24 | - |
| YUV | 81.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 236 | 0.58 | 0.82 | 0 | 0.07 | 257.63 | 0.84 | 0.55 |
| Hex | 63 | 2A | EC | 3A | 52 | 0 | 7 | 102 | 54 | 37 |
| Octal | 143 | 52 | 354 | 72 | 122 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1100011 | 101010 | 11101100 | 111010 | 1010010 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #632AEC
Complementary color
Monochromatic Colors of #632AEC
Black with #632AEC
Text Example
Text Example
White with #632AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AEC; }
p { color: rgb(99,42,236); }
H1.HeaderClassName
{
color: #632AEC;
}
.AnyTagClassName
{
color: #632AEC;
}
</style>
background-color css
<style>
a { background-color: #632AEC; }
a { background-color: rgb(99,42,236); }
div.DivClassName
{
background-color: #632AEC;
}
.BgClassName
{
background-color: #632AEC;
}
</style>
border-color css
<style>
span { border-color: #632AEC; }
span { border-color: rgb(99,42,236); }
td.TdClassName
{
border-color: #632AEC;
}
.TagClassName
{
border-color: #632AEC;
}
</style>