Shades of Purple Heart #632AE0
Tints of Purple Heart #632AE0
RGB
CMYK
RGB Variations
Color information
#632AE0 (or 0x632AE0) is known color: Purple Heart. HEX triplet: 63, 2A and E0. RGB value is (99,42,224). Sum of RGB (Red+Green+Blue) = 99+42+224=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #632AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632AE0 is #9CD51F. Grayscale: #4F4F4F. Windows color (decimal): -10278176 or 14690915. OLE color: 14690915.
HSL color Cylindrical-coordinate representation of color #632AE0: hue angle of 258.79º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632AE0 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 42 | 224 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.12 |
| HSL | 258.79º | 0.75% | 0.52% | - |
| HSV(B) | 258.79º | 0.81% | 0.88% | - |
| XYZ | 19.43 | 9.69 | 71.37 | - |
| YUV | 79.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 224 | 0.56 | 0.81 | 0 | 0.12 | 258.79 | 0.75 | 0.52 |
| Hex | 63 | 2A | E0 | 38 | 51 | 0 | C | 103 | 4B | 34 |
| Octal | 143 | 52 | 340 | 70 | 121 | 0 | 14 | 403 | 113 | 64 |
| Binary | 1100011 | 101010 | 11100000 | 111000 | 1010001 | 0 | 1100 | 100000011 | 1001011 | 110100 |
Color Harmonies of #632AE0
Complementary color
Monochromatic Colors of #632AE0
Black with #632AE0
Text Example
Text Example
White with #632AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AE0; }
p { color: rgb(99,42,224); }
H1.HeaderClassName
{
color: #632AE0;
}
.AnyTagClassName
{
color: #632AE0;
}
</style>
background-color css
<style>
a { background-color: #632AE0; }
a { background-color: rgb(99,42,224); }
div.DivClassName
{
background-color: #632AE0;
}
.BgClassName
{
background-color: #632AE0;
}
</style>
border-color css
<style>
span { border-color: #632AE0; }
span { border-color: rgb(99,42,224); }
td.TdClassName
{
border-color: #632AE0;
}
.TagClassName
{
border-color: #632AE0;
}
</style>