Shades of Purple Heart #633ADE
Tints of Purple Heart #633ADE
RGB
CMYK
RGB Variations
Color information
#633ADE (or 0x633ADE) is known color: Purple Heart. HEX triplet: 63, 3A and DE. RGB value is (99,58,222). Sum of RGB (Red+Green+Blue) = 99+58+222=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #633ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633ADE is #9CC521. Grayscale: #585858. Windows color (decimal): -10274082 or 14563939. OLE color: 14563939.
HSL color Cylindrical-coordinate representation of color #633ADE: hue angle of 255º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #633ADE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 58 | 222 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.13 |
| HSL | 255º | 0.71% | 0.55% | - |
| HSV(B) | 255º | 0.74% | 0.87% | - |
| XYZ | 19.84 | 10.95 | 70.18 | - |
| YUV | 88.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 222 | 0.55 | 0.74 | 0 | 0.13 | 255 | 0.71 | 0.55 |
| Hex | 63 | 3A | DE | 37 | 4A | 0 | D | FF | 47 | 37 |
| Octal | 143 | 72 | 336 | 67 | 112 | 0 | 15 | 377 | 107 | 67 |
| Binary | 1100011 | 111010 | 11011110 | 110111 | 1001010 | 0 | 1101 | 11111111 | 1000111 | 110111 |
Color Harmonies of #633ADE
Complementary color
Monochromatic Colors of #633ADE
Black with #633ADE
Text Example
Text Example
White with #633ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633ADE; }
p { color: rgb(99,58,222); }
H1.HeaderClassName
{
color: #633ADE;
}
.AnyTagClassName
{
color: #633ADE;
}
</style>
background-color css
<style>
a { background-color: #633ADE; }
a { background-color: rgb(99,58,222); }
div.DivClassName
{
background-color: #633ADE;
}
.BgClassName
{
background-color: #633ADE;
}
</style>
border-color css
<style>
span { border-color: #633ADE; }
span { border-color: rgb(99,58,222); }
td.TdClassName
{
border-color: #633ADE;
}
.TagClassName
{
border-color: #633ADE;
}
</style>