Shades of Han Purple #632FE7
Tints of Han Purple #632FE7
RGB
CMYK
RGB Variations
Color information
#632FE7 (or 0x632FE7) is known color: Han Purple. HEX triplet: 63, 2F and E7. RGB value is (99,47,231). Sum of RGB (Red+Green+Blue) = 99+47+231=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #632FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #632FE7 is #9CD018. Grayscale: #525252. Windows color (decimal): -10276889 or 15150947. OLE color: 15150947.
HSL color Cylindrical-coordinate representation of color #632FE7: hue angle of 256.96º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632FE7 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 47 | 231 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.09 |
| HSL | 256.96º | 0.79% | 0.55% | - |
| HSV(B) | 256.96º | 0.8% | 0.91% | - |
| XYZ | 20.59 | 10.46 | 76.53 | - |
| YUV | 83.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 231 | 0.57 | 0.80 | 0 | 0.09 | 256.96 | 0.79 | 0.55 |
| Hex | 63 | 2F | E7 | 39 | 50 | 0 | 9 | 101 | 4F | 37 |
| Octal | 143 | 57 | 347 | 71 | 120 | 0 | 11 | 401 | 117 | 67 |
| Binary | 1100011 | 101111 | 11100111 | 111001 | 1010000 | 0 | 1001 | 100000001 | 1001111 | 110111 |
Color Harmonies of #632FE7
Complementary color
Monochromatic Colors of #632FE7
Black with #632FE7
Text Example
Text Example
White with #632FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FE7; }
p { color: rgb(99,47,231); }
H1.HeaderClassName
{
color: #632FE7;
}
.AnyTagClassName
{
color: #632FE7;
}
</style>
background-color css
<style>
a { background-color: #632FE7; }
a { background-color: rgb(99,47,231); }
div.DivClassName
{
background-color: #632FE7;
}
.BgClassName
{
background-color: #632FE7;
}
</style>
border-color css
<style>
span { border-color: #632FE7; }
span { border-color: rgb(99,47,231); }
td.TdClassName
{
border-color: #632FE7;
}
.TagClassName
{
border-color: #632FE7;
}
</style>