Shades of Purple Heart #632CD1
Tints of Purple Heart #632CD1
RGB
CMYK
RGB Variations
Color information
#632CD1 (or 0x632CD1) is known color: Purple Heart. HEX triplet: 63, 2C and D1. RGB value is (99,44,209). Sum of RGB (Red+Green+Blue) = 99+44+209=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #632CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CD1 is #9CD32E. Grayscale: #4E4E4E. Windows color (decimal): -10277679 or 13708387. OLE color: 13708387.
HSL color Cylindrical-coordinate representation of color #632CD1: hue angle of 260º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632CD1 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 44 | 209 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.18 |
| HSL | 260º | 0.65% | 0.5% | - |
| HSV(B) | 260º | 0.79% | 0.82% | - |
| XYZ | 17.55 | 9.06 | 61.14 | - |
| YUV | 79.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 209 | 0.53 | 0.79 | 0 | 0.18 | 260 | 0.65 | 0.5 |
| Hex | 63 | 2C | D1 | 35 | 4F | 0 | 12 | 104 | 41 | 32 |
| Octal | 143 | 54 | 321 | 65 | 117 | 0 | 22 | 404 | 101 | 62 |
| Binary | 1100011 | 101100 | 11010001 | 110101 | 1001111 | 0 | 10010 | 100000100 | 1000001 | 110010 |
Color Harmonies of #632CD1
Complementary color
Monochromatic Colors of #632CD1
Black with #632CD1
Text Example
Text Example
White with #632CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CD1; }
p { color: rgb(99,44,209); }
H1.HeaderClassName
{
color: #632CD1;
}
.AnyTagClassName
{
color: #632CD1;
}
</style>
background-color css
<style>
a { background-color: #632CD1; }
a { background-color: rgb(99,44,209); }
div.DivClassName
{
background-color: #632CD1;
}
.BgClassName
{
background-color: #632CD1;
}
</style>
border-color css
<style>
span { border-color: #632CD1; }
span { border-color: rgb(99,44,209); }
td.TdClassName
{
border-color: #632CD1;
}
.TagClassName
{
border-color: #632CD1;
}
</style>