Shades of Han Purple #632BEA
Tints of Han Purple #632BEA
RGB
CMYK
RGB Variations
Color information
#632BEA (or 0x632BEA) is known color: Han Purple. HEX triplet: 63, 2B and EA. RGB value is (99,43,234). Sum of RGB (Red+Green+Blue) = 99+43+234=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #632BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632BEA is #9CD415. Grayscale: #505050. Windows color (decimal): -10277910 or 15346531. OLE color: 15346531.
HSL color Cylindrical-coordinate representation of color #632BEA: hue angle of 257.59º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632BEA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 43 | 234 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.08 |
| HSL | 257.59º | 0.82% | 0.54% | - |
| HSV(B) | 257.59º | 0.82% | 0.92% | - |
| XYZ | 20.86 | 10.32 | 78.73 | - |
| YUV | 81.52 | 214.05 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 234 | 0.58 | 0.82 | 0 | 0.08 | 257.59 | 0.82 | 0.54 |
| Hex | 63 | 2B | EA | 3A | 52 | 0 | 8 | 102 | 52 | 36 |
| Octal | 143 | 53 | 352 | 72 | 122 | 0 | 10 | 402 | 122 | 66 |
| Binary | 1100011 | 101011 | 11101010 | 111010 | 1010010 | 0 | 1000 | 100000010 | 1010010 | 110110 |
Color Harmonies of #632BEA
Complementary color
Monochromatic Colors of #632BEA
Black with #632BEA
Text Example
Text Example
White with #632BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632BEA; }
p { color: rgb(99,43,234); }
H1.HeaderClassName
{
color: #632BEA;
}
.AnyTagClassName
{
color: #632BEA;
}
</style>
background-color css
<style>
a { background-color: #632BEA; }
a { background-color: rgb(99,43,234); }
div.DivClassName
{
background-color: #632BEA;
}
.BgClassName
{
background-color: #632BEA;
}
</style>
border-color css
<style>
span { border-color: #632BEA; }
span { border-color: rgb(99,43,234); }
td.TdClassName
{
border-color: #632BEA;
}
.TagClassName
{
border-color: #632BEA;
}
</style>