Shades of Purple Heart #632EDD
Tints of Purple Heart #632EDD
RGB
CMYK
RGB Variations
Color information
#632EDD (or 0x632EDD) is known color: Purple Heart. HEX triplet: 63, 2E and DD. RGB value is (99,46,221). Sum of RGB (Red+Green+Blue) = 99+46+221=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #632EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632EDD is #9CD122. Grayscale: #515151. Windows color (decimal): -10277155 or 14495331. OLE color: 14495331.
HSL color Cylindrical-coordinate representation of color #632EDD: hue angle of 258.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632EDD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 46 | 221 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.13 |
| HSL | 258.17º | 0.72% | 0.52% | - |
| HSV(B) | 258.17º | 0.79% | 0.87% | - |
| XYZ | 19.17 | 9.83 | 69.29 | - |
| YUV | 81.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 221 | 0.55 | 0.79 | 0 | 0.13 | 258.17 | 0.72 | 0.52 |
| Hex | 63 | 2E | DD | 37 | 4F | 0 | D | 102 | 48 | 34 |
| Octal | 143 | 56 | 335 | 67 | 117 | 0 | 15 | 402 | 110 | 64 |
| Binary | 1100011 | 101110 | 11011101 | 110111 | 1001111 | 0 | 1101 | 100000010 | 1001000 | 110100 |
Color Harmonies of #632EDD
Complementary color
Monochromatic Colors of #632EDD
Black with #632EDD
Text Example
Text Example
White with #632EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632EDD; }
p { color: rgb(99,46,221); }
H1.HeaderClassName
{
color: #632EDD;
}
.AnyTagClassName
{
color: #632EDD;
}
</style>
background-color css
<style>
a { background-color: #632EDD; }
a { background-color: rgb(99,46,221); }
div.DivClassName
{
background-color: #632EDD;
}
.BgClassName
{
background-color: #632EDD;
}
</style>
border-color css
<style>
span { border-color: #632EDD; }
span { border-color: rgb(99,46,221); }
td.TdClassName
{
border-color: #632EDD;
}
.TagClassName
{
border-color: #632EDD;
}
</style>