Shades of Purple Heart #633AD5
Tints of Purple Heart #633AD5
RGB
CMYK
RGB Variations
Color information
#633AD5 (or 0x633AD5) is known color: Purple Heart. HEX triplet: 63, 3A and D5. RGB value is (99,58,213). Sum of RGB (Red+Green+Blue) = 99+58+213=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #633AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633AD5 is #9CC52A. Grayscale: #575757. Windows color (decimal): -10274091 or 13974115. OLE color: 13974115.
HSL color Cylindrical-coordinate representation of color #633AD5: hue angle of 255.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #633AD5 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 58 | 213 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.16 |
| HSL | 255.87º | 0.65% | 0.53% | - |
| HSV(B) | 255.87º | 0.73% | 0.84% | - |
| XYZ | 18.67 | 10.48 | 63.99 | - |
| YUV | 87.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 213 | 0.54 | 0.73 | 0 | 0.16 | 255.87 | 0.65 | 0.53 |
| Hex | 63 | 3A | D5 | 36 | 49 | 0 | 10 | 100 | 41 | 35 |
| Octal | 143 | 72 | 325 | 66 | 111 | 0 | 20 | 400 | 101 | 65 |
| Binary | 1100011 | 111010 | 11010101 | 110110 | 1001001 | 0 | 10000 | 100000000 | 1000001 | 110101 |
Color Harmonies of #633AD5
Complementary color
Monochromatic Colors of #633AD5
Black with #633AD5
Text Example
Text Example
White with #633AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AD5; }
p { color: rgb(99,58,213); }
H1.HeaderClassName
{
color: #633AD5;
}
.AnyTagClassName
{
color: #633AD5;
}
</style>
background-color css
<style>
a { background-color: #633AD5; }
a { background-color: rgb(99,58,213); }
div.DivClassName
{
background-color: #633AD5;
}
.BgClassName
{
background-color: #633AD5;
}
</style>
border-color css
<style>
span { border-color: #633AD5; }
span { border-color: rgb(99,58,213); }
td.TdClassName
{
border-color: #633AD5;
}
.TagClassName
{
border-color: #633AD5;
}
</style>