Shades of Purple Heart #632DB8
Tints of Purple Heart #632DB8
RGB
CMYK
RGB Variations
Color information
#632DB8 (or 0x632DB8) is known color: Purple Heart. HEX triplet: 63, 2D and B8. RGB value is (99,45,184). Sum of RGB (Red+Green+Blue) = 99+45+184=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #632DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DB8 is #9CD247. Grayscale: #4C4C4C. Windows color (decimal): -10277448 or 12070243. OLE color: 12070243.
HSL color Cylindrical-coordinate representation of color #632DB8: hue angle of 263.31º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632DB8 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 45 | 184 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.28 |
| HSL | 263.31º | 0.61% | 0.45% | - |
| HSV(B) | 263.31º | 0.76% | 0.72% | - |
| XYZ | 14.74 | 7.99 | 46.11 | - |
| YUV | 76.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 184 | 0.46 | 0.76 | 0 | 0.28 | 263.31 | 0.61 | 0.45 |
| Hex | 63 | 2D | B8 | 2E | 4C | 0 | 1C | 107 | 3D | 2D |
| Octal | 143 | 55 | 270 | 56 | 114 | 0 | 34 | 407 | 75 | 55 |
| Binary | 1100011 | 101101 | 10111000 | 101110 | 1001100 | 0 | 11100 | 100000111 | 111101 | 101101 |
Color Harmonies of #632DB8
Complementary color
Monochromatic Colors of #632DB8
Black with #632DB8
Text Example
Text Example
White with #632DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DB8; }
p { color: rgb(99,45,184); }
H1.HeaderClassName
{
color: #632DB8;
}
.AnyTagClassName
{
color: #632DB8;
}
</style>
background-color css
<style>
a { background-color: #632DB8; }
a { background-color: rgb(99,45,184); }
div.DivClassName
{
background-color: #632DB8;
}
.BgClassName
{
background-color: #632DB8;
}
</style>
border-color css
<style>
span { border-color: #632DB8; }
span { border-color: rgb(99,45,184); }
td.TdClassName
{
border-color: #632DB8;
}
.TagClassName
{
border-color: #632DB8;
}
</style>