Shades of Purple Heart #632CDD
Tints of Purple Heart #632CDD
RGB
CMYK
RGB Variations
Color information
#632CDD (or 0x632CDD) is known color: Purple Heart. HEX triplet: 63, 2C and DD. RGB value is (99,44,221). Sum of RGB (Red+Green+Blue) = 99+44+221=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #632CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CDD is #9CD322. Grayscale: #4F4F4F. Windows color (decimal): -10277667 or 14494819. OLE color: 14494819.
HSL color Cylindrical-coordinate representation of color #632CDD: hue angle of 258.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632CDD is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 44 | 221 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.13 |
| HSL | 258.64º | 0.72% | 0.52% | - |
| HSV(B) | 258.64º | 0.8% | 0.87% | - |
| XYZ | 19.1 | 9.67 | 69.27 | - |
| YUV | 80.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 221 | 0.55 | 0.80 | 0 | 0.13 | 258.64 | 0.72 | 0.52 |
| Hex | 63 | 2C | DD | 37 | 50 | 0 | D | 103 | 48 | 34 |
| Octal | 143 | 54 | 335 | 67 | 120 | 0 | 15 | 403 | 110 | 64 |
| Binary | 1100011 | 101100 | 11011101 | 110111 | 1010000 | 0 | 1101 | 100000011 | 1001000 | 110100 |
Color Harmonies of #632CDD
Complementary color
Monochromatic Colors of #632CDD
Black with #632CDD
Text Example
Text Example
White with #632CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CDD; }
p { color: rgb(99,44,221); }
H1.HeaderClassName
{
color: #632CDD;
}
.AnyTagClassName
{
color: #632CDD;
}
</style>
background-color css
<style>
a { background-color: #632CDD; }
a { background-color: rgb(99,44,221); }
div.DivClassName
{
background-color: #632CDD;
}
.BgClassName
{
background-color: #632CDD;
}
</style>
border-color css
<style>
span { border-color: #632CDD; }
span { border-color: rgb(99,44,221); }
td.TdClassName
{
border-color: #632CDD;
}
.TagClassName
{
border-color: #632CDD;
}
</style>