Shades of Purple Heart #632ADE
Tints of Purple Heart #632ADE
RGB
CMYK
RGB Variations
Color information
#632ADE (or 0x632ADE) is known color: Purple Heart. HEX triplet: 63, 2A and DE. RGB value is (99,42,222). Sum of RGB (Red+Green+Blue) = 99+42+222=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #632ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ADE is #9CD521. Grayscale: #4E4E4E. Windows color (decimal): -10278178 or 14559843. OLE color: 14559843.
HSL color Cylindrical-coordinate representation of color #632ADE: hue angle of 259º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632ADE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 42 | 222 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.13 |
| HSL | 259º | 0.73% | 0.52% | - |
| HSV(B) | 259º | 0.81% | 0.87% | - |
| XYZ | 19.16 | 9.58 | 69.95 | - |
| YUV | 79.56 | 208.38 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 222 | 0.55 | 0.81 | 0 | 0.13 | 259 | 0.73 | 0.52 |
| Hex | 63 | 2A | DE | 37 | 51 | 0 | D | 103 | 49 | 34 |
| Octal | 143 | 52 | 336 | 67 | 121 | 0 | 15 | 403 | 111 | 64 |
| Binary | 1100011 | 101010 | 11011110 | 110111 | 1010001 | 0 | 1101 | 100000011 | 1001001 | 110100 |
Color Harmonies of #632ADE
Complementary color
Monochromatic Colors of #632ADE
Black with #632ADE
Text Example
Text Example
White with #632ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632ADE; }
p { color: rgb(99,42,222); }
H1.HeaderClassName
{
color: #632ADE;
}
.AnyTagClassName
{
color: #632ADE;
}
</style>
background-color css
<style>
a { background-color: #632ADE; }
a { background-color: rgb(99,42,222); }
div.DivClassName
{
background-color: #632ADE;
}
.BgClassName
{
background-color: #632ADE;
}
</style>
border-color css
<style>
span { border-color: #632ADE; }
span { border-color: rgb(99,42,222); }
td.TdClassName
{
border-color: #632ADE;
}
.TagClassName
{
border-color: #632ADE;
}
</style>