Shades of Purple Heart #632DDB
Tints of Purple Heart #632DDB
RGB
CMYK
RGB Variations
Color information
#632DDB (or 0x632DDB) is known color: Purple Heart. HEX triplet: 63, 2D and DB. RGB value is (99,45,219). Sum of RGB (Red+Green+Blue) = 99+45+219=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #632DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DDB is #9CD224. Grayscale: #505050. Windows color (decimal): -10277413 or 14364003. OLE color: 14364003.
HSL color Cylindrical-coordinate representation of color #632DDB: hue angle of 258.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632DDB is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 45 | 219 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.14 |
| HSL | 258.62º | 0.71% | 0.52% | - |
| HSV(B) | 258.62º | 0.79% | 0.86% | - |
| XYZ | 18.87 | 9.64 | 67.88 | - |
| YUV | 80.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 219 | 0.55 | 0.79 | 0 | 0.14 | 258.62 | 0.71 | 0.52 |
| Hex | 63 | 2D | DB | 37 | 4F | 0 | E | 103 | 47 | 34 |
| Octal | 143 | 55 | 333 | 67 | 117 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100011 | 101101 | 11011011 | 110111 | 1001111 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #632DDB
Complementary color
Monochromatic Colors of #632DDB
Black with #632DDB
Text Example
Text Example
White with #632DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DDB; }
p { color: rgb(99,45,219); }
H1.HeaderClassName
{
color: #632DDB;
}
.AnyTagClassName
{
color: #632DDB;
}
</style>
background-color css
<style>
a { background-color: #632DDB; }
a { background-color: rgb(99,45,219); }
div.DivClassName
{
background-color: #632DDB;
}
.BgClassName
{
background-color: #632DDB;
}
</style>
border-color css
<style>
span { border-color: #632DDB; }
span { border-color: rgb(99,45,219); }
td.TdClassName
{
border-color: #632DDB;
}
.TagClassName
{
border-color: #632DDB;
}
</style>