Shades of Purple Heart #632DB5
Tints of Purple Heart #632DB5
RGB
CMYK
RGB Variations
Color information
#632DB5 (or 0x632DB5) is known color: Purple Heart. HEX triplet: 63, 2D and B5. RGB value is (99,45,181). Sum of RGB (Red+Green+Blue) = 99+45+181=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #632DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DB5 is #9CD24A. Grayscale: #4C4C4C. Windows color (decimal): -10277451 or 11873635. OLE color: 11873635.
HSL color Cylindrical-coordinate representation of color #632DB5: hue angle of 263.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632DB5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 45 | 181 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.29 |
| HSL | 263.82º | 0.6% | 0.44% | - |
| HSV(B) | 263.82º | 0.75% | 0.71% | - |
| XYZ | 14.42 | 7.87 | 44.47 | - |
| YUV | 76.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 181 | 0.45 | 0.75 | 0 | 0.29 | 263.82 | 0.6 | 0.44 |
| Hex | 63 | 2D | B5 | 2D | 4B | 0 | 1D | 108 | 3C | 2C |
| Octal | 143 | 55 | 265 | 55 | 113 | 0 | 35 | 410 | 74 | 54 |
| Binary | 1100011 | 101101 | 10110101 | 101101 | 1001011 | 0 | 11101 | 100001000 | 111100 | 101100 |
Color Harmonies of #632DB5
Complementary color
Monochromatic Colors of #632DB5
Black with #632DB5
Text Example
Text Example
White with #632DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DB5; }
p { color: rgb(99,45,181); }
H1.HeaderClassName
{
color: #632DB5;
}
.AnyTagClassName
{
color: #632DB5;
}
</style>
background-color css
<style>
a { background-color: #632DB5; }
a { background-color: rgb(99,45,181); }
div.DivClassName
{
background-color: #632DB5;
}
.BgClassName
{
background-color: #632DB5;
}
</style>
border-color css
<style>
span { border-color: #632DB5; }
span { border-color: rgb(99,45,181); }
td.TdClassName
{
border-color: #632DB5;
}
.TagClassName
{
border-color: #632DB5;
}
</style>