Shades of Purple Heart #632AE2
Tints of Purple Heart #632AE2
RGB
CMYK
RGB Variations
Color information
#632AE2 (or 0x632AE2) is known color: Purple Heart. HEX triplet: 63, 2A and E2. RGB value is (99,42,226). Sum of RGB (Red+Green+Blue) = 99+42+226=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 226 (88.67% from 255 or 61.58% from 367); Max value from RGB is 226 - color contains mainly: blue. Hex color #632AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632AE2 is #9CD51D. Grayscale: #4F4F4F. Windows color (decimal): -10278174 or 14821987. OLE color: 14821987.
HSL color Cylindrical-coordinate representation of color #632AE2: hue angle of 258.59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632AE2 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 42 | 226 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.11 |
| HSL | 258.59º | 0.76% | 0.53% | - |
| HSV(B) | 258.59º | 0.81% | 0.89% | - |
| XYZ | 19.7 | 9.8 | 72.8 | - |
| YUV | 80.02 | 210.38 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 226 | 0.56 | 0.81 | 0 | 0.11 | 258.59 | 0.76 | 0.53 |
| Hex | 63 | 2A | E2 | 38 | 51 | 0 | B | 103 | 4C | 35 |
| Octal | 143 | 52 | 342 | 70 | 121 | 0 | 13 | 403 | 114 | 65 |
| Binary | 1100011 | 101010 | 11100010 | 111000 | 1010001 | 0 | 1011 | 100000011 | 1001100 | 110101 |
Color Harmonies of #632AE2
Complementary color
Monochromatic Colors of #632AE2
Black with #632AE2
Text Example
Text Example
White with #632AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AE2; }
p { color: rgb(99,42,226); }
H1.HeaderClassName
{
color: #632AE2;
}
.AnyTagClassName
{
color: #632AE2;
}
</style>
background-color css
<style>
a { background-color: #632AE2; }
a { background-color: rgb(99,42,226); }
div.DivClassName
{
background-color: #632AE2;
}
.BgClassName
{
background-color: #632AE2;
}
</style>
border-color css
<style>
span { border-color: #632AE2; }
span { border-color: rgb(99,42,226); }
td.TdClassName
{
border-color: #632AE2;
}
.TagClassName
{
border-color: #632AE2;
}
</style>