Shades of Han Purple #632BEC
Tints of Han Purple #632BEC
RGB
CMYK
RGB Variations
Color information
#632BEC (or 0x632BEC) is known color: Han Purple. HEX triplet: 63, 2B and EC. RGB value is (99,43,236). Sum of RGB (Red+Green+Blue) = 99+43+236=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #632BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632BEC is #9CD413. Grayscale: #515151. Windows color (decimal): -10277908 or 15477603. OLE color: 15477603.
HSL color Cylindrical-coordinate representation of color #632BEC: hue angle of 257.41º 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 #632BEC is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 43 | 236 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.41º | 0.84% | 0.55% | - |
| HSV(B) | 257.41º | 0.82% | 0.93% | - |
| XYZ | 21.15 | 10.44 | 80.26 | - |
| YUV | 81.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 236 | 0.58 | 0.82 | 0 | 0.07 | 257.41 | 0.84 | 0.55 |
| Hex | 63 | 2B | EC | 3A | 52 | 0 | 7 | 101 | 54 | 37 |
| Octal | 143 | 53 | 354 | 72 | 122 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100011 | 101011 | 11101100 | 111010 | 1010010 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #632BEC
Complementary color
Monochromatic Colors of #632BEC
Black with #632BEC
Text Example
Text Example
White with #632BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632BEC; }
p { color: rgb(99,43,236); }
H1.HeaderClassName
{
color: #632BEC;
}
.AnyTagClassName
{
color: #632BEC;
}
</style>
background-color css
<style>
a { background-color: #632BEC; }
a { background-color: rgb(99,43,236); }
div.DivClassName
{
background-color: #632BEC;
}
.BgClassName
{
background-color: #632BEC;
}
</style>
border-color css
<style>
span { border-color: #632BEC; }
span { border-color: rgb(99,43,236); }
td.TdClassName
{
border-color: #632BEC;
}
.TagClassName
{
border-color: #632BEC;
}
</style>