Shades of Purple Heart #632DBD
Tints of Purple Heart #632DBD
RGB
CMYK
RGB Variations
Color information
#632DBD (or 0x632DBD) is known color: Purple Heart. HEX triplet: 63, 2D and BD. RGB value is (99,45,189). Sum of RGB (Red+Green+Blue) = 99+45+189=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #632DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DBD is #9CD242. Grayscale: #4D4D4D. Windows color (decimal): -10277443 or 12397923. OLE color: 12397923.
HSL color Cylindrical-coordinate representation of color #632DBD: hue angle of 262.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632DBD is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 45 | 189 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.26 |
| HSL | 262.5º | 0.62% | 0.46% | - |
| HSV(B) | 262.5º | 0.76% | 0.74% | - |
| XYZ | 15.27 | 8.2 | 48.92 | - |
| YUV | 77.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 189 | 0.48 | 0.76 | 0 | 0.26 | 262.5 | 0.62 | 0.46 |
| Hex | 63 | 2D | BD | 30 | 4C | 0 | 1A | 106 | 3E | 2E |
| Octal | 143 | 55 | 275 | 60 | 114 | 0 | 32 | 406 | 76 | 56 |
| Binary | 1100011 | 101101 | 10111101 | 110000 | 1001100 | 0 | 11010 | 100000110 | 111110 | 101110 |
Color Harmonies of #632DBD
Complementary color
Monochromatic Colors of #632DBD
Black with #632DBD
Text Example
Text Example
White with #632DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DBD; }
p { color: rgb(99,45,189); }
H1.HeaderClassName
{
color: #632DBD;
}
.AnyTagClassName
{
color: #632DBD;
}
</style>
background-color css
<style>
a { background-color: #632DBD; }
a { background-color: rgb(99,45,189); }
div.DivClassName
{
background-color: #632DBD;
}
.BgClassName
{
background-color: #632DBD;
}
</style>
border-color css
<style>
span { border-color: #632DBD; }
span { border-color: rgb(99,45,189); }
td.TdClassName
{
border-color: #632DBD;
}
.TagClassName
{
border-color: #632DBD;
}
</style>