Shades of Purple Heart #632DB3
Tints of Purple Heart #632DB3
RGB
CMYK
RGB Variations
Color information
#632DB3 (or 0x632DB3) is known color: Purple Heart. HEX triplet: 63, 2D and B3. RGB value is (99,45,179). Sum of RGB (Red+Green+Blue) = 99+45+179=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #632DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DB3 is #9CD24C. Grayscale: #4B4B4B. Windows color (decimal): -10277453 or 11742563. OLE color: 11742563.
HSL color Cylindrical-coordinate representation of color #632DB3: hue angle of 264.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632DB3 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 45 | 179 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.30 |
| HSL | 264.18º | 0.6% | 0.44% | - |
| HSV(B) | 264.18º | 0.75% | 0.7% | - |
| XYZ | 14.22 | 7.78 | 43.4 | - |
| YUV | 76.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 179 | 0.45 | 0.75 | 0 | 0.30 | 264.18 | 0.6 | 0.44 |
| Hex | 63 | 2D | B3 | 2D | 4B | 0 | 1E | 108 | 3C | 2C |
| Octal | 143 | 55 | 263 | 55 | 113 | 0 | 36 | 410 | 74 | 54 |
| Binary | 1100011 | 101101 | 10110011 | 101101 | 1001011 | 0 | 11110 | 100001000 | 111100 | 101100 |
Color Harmonies of #632DB3
Complementary color
Monochromatic Colors of #632DB3
Black with #632DB3
Text Example
Text Example
White with #632DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DB3; }
p { color: rgb(99,45,179); }
H1.HeaderClassName
{
color: #632DB3;
}
.AnyTagClassName
{
color: #632DB3;
}
</style>
background-color css
<style>
a { background-color: #632DB3; }
a { background-color: rgb(99,45,179); }
div.DivClassName
{
background-color: #632DB3;
}
.BgClassName
{
background-color: #632DB3;
}
</style>
border-color css
<style>
span { border-color: #632DB3; }
span { border-color: rgb(99,45,179); }
td.TdClassName
{
border-color: #632DB3;
}
.TagClassName
{
border-color: #632DB3;
}
</style>