Shades of Han Purple #632BED
Tints of Han Purple #632BED
RGB
CMYK
RGB Variations
Color information
#632BED (or 0x632BED) is known color: Han Purple. HEX triplet: 63, 2B and ED. RGB value is (99,43,237). Sum of RGB (Red+Green+Blue) = 99+43+237=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #632BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632BED is #9CD412. Grayscale: #515151. Windows color (decimal): -10277907 or 15543139. OLE color: 15543139.
HSL color Cylindrical-coordinate representation of color #632BED: hue angle of 257.32º 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 #632BED is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 43 | 237 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.32º | 0.84% | 0.55% | - |
| HSV(B) | 257.32º | 0.82% | 0.93% | - |
| XYZ | 21.3 | 10.49 | 81.02 | - |
| YUV | 81.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 237 | 0.58 | 0.82 | 0 | 0.07 | 257.32 | 0.84 | 0.55 |
| Hex | 63 | 2B | ED | 3A | 52 | 0 | 7 | 101 | 54 | 37 |
| Octal | 143 | 53 | 355 | 72 | 122 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100011 | 101011 | 11101101 | 111010 | 1010010 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #632BED
Complementary color
Monochromatic Colors of #632BED
Black with #632BED
Text Example
Text Example
White with #632BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632BED; }
p { color: rgb(99,43,237); }
H1.HeaderClassName
{
color: #632BED;
}
.AnyTagClassName
{
color: #632BED;
}
</style>
background-color css
<style>
a { background-color: #632BED; }
a { background-color: rgb(99,43,237); }
div.DivClassName
{
background-color: #632BED;
}
.BgClassName
{
background-color: #632BED;
}
</style>
border-color css
<style>
span { border-color: #632BED; }
span { border-color: rgb(99,43,237); }
td.TdClassName
{
border-color: #632BED;
}
.TagClassName
{
border-color: #632BED;
}
</style>