Shades of Purple Heart #632CE1
Tints of Purple Heart #632CE1
RGB
CMYK
RGB Variations
Color information
#632CE1 (or 0x632CE1) is known color: Purple Heart. HEX triplet: 63, 2C and E1. RGB value is (99,44,225). Sum of RGB (Red+Green+Blue) = 99+44+225=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #632CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CE1 is #9CD31E. Grayscale: #505050. Windows color (decimal): -10277663 or 14756963. OLE color: 14756963.
HSL color Cylindrical-coordinate representation of color #632CE1: hue angle of 258.23º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632CE1 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 44 | 225 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.12 |
| HSL | 258.23º | 0.75% | 0.53% | - |
| HSV(B) | 258.23º | 0.8% | 0.88% | - |
| XYZ | 19.64 | 9.89 | 72.11 | - |
| YUV | 81.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 225 | 0.56 | 0.80 | 0 | 0.12 | 258.23 | 0.75 | 0.53 |
| Hex | 63 | 2C | E1 | 38 | 50 | 0 | C | 102 | 4B | 35 |
| Octal | 143 | 54 | 341 | 70 | 120 | 0 | 14 | 402 | 113 | 65 |
| Binary | 1100011 | 101100 | 11100001 | 111000 | 1010000 | 0 | 1100 | 100000010 | 1001011 | 110101 |
Color Harmonies of #632CE1
Complementary color
Monochromatic Colors of #632CE1
Black with #632CE1
Text Example
Text Example
White with #632CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CE1; }
p { color: rgb(99,44,225); }
H1.HeaderClassName
{
color: #632CE1;
}
.AnyTagClassName
{
color: #632CE1;
}
</style>
background-color css
<style>
a { background-color: #632CE1; }
a { background-color: rgb(99,44,225); }
div.DivClassName
{
background-color: #632CE1;
}
.BgClassName
{
background-color: #632CE1;
}
</style>
border-color css
<style>
span { border-color: #632CE1; }
span { border-color: rgb(99,44,225); }
td.TdClassName
{
border-color: #632CE1;
}
.TagClassName
{
border-color: #632CE1;
}
</style>