Shades of Purple Heart #632DDD
Tints of Purple Heart #632DDD
RGB
CMYK
RGB Variations
Color information
#632DDD (or 0x632DDD) is known color: Purple Heart. HEX triplet: 63, 2D and DD. RGB value is (99,45,221). Sum of RGB (Red+Green+Blue) = 99+45+221=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #632DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DDD is #9CD222. Grayscale: #505050. Windows color (decimal): -10277411 or 14495075. OLE color: 14495075.
HSL color Cylindrical-coordinate representation of color #632DDD: hue angle of 258.41º 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 #632DDD is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 45 | 221 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.13 |
| HSL | 258.41º | 0.72% | 0.52% | - |
| HSV(B) | 258.41º | 0.8% | 0.87% | - |
| XYZ | 19.14 | 9.75 | 69.28 | - |
| YUV | 81.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 221 | 0.55 | 0.80 | 0 | 0.13 | 258.41 | 0.72 | 0.52 |
| Hex | 63 | 2D | DD | 37 | 50 | 0 | D | 102 | 48 | 34 |
| Octal | 143 | 55 | 335 | 67 | 120 | 0 | 15 | 402 | 110 | 64 |
| Binary | 1100011 | 101101 | 11011101 | 110111 | 1010000 | 0 | 1101 | 100000010 | 1001000 | 110100 |
Color Harmonies of #632DDD
Complementary color
Monochromatic Colors of #632DDD
Black with #632DDD
Text Example
Text Example
White with #632DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DDD; }
p { color: rgb(99,45,221); }
H1.HeaderClassName
{
color: #632DDD;
}
.AnyTagClassName
{
color: #632DDD;
}
</style>
background-color css
<style>
a { background-color: #632DDD; }
a { background-color: rgb(99,45,221); }
div.DivClassName
{
background-color: #632DDD;
}
.BgClassName
{
background-color: #632DDD;
}
</style>
border-color css
<style>
span { border-color: #632DDD; }
span { border-color: rgb(99,45,221); }
td.TdClassName
{
border-color: #632DDD;
}
.TagClassName
{
border-color: #632DDD;
}
</style>