Shades of Purple Heart #632CAC
Tints of Purple Heart #632CAC
RGB
CMYK
RGB Variations
Color information
#632CAC (or 0x632CAC) is known color: Purple Heart. HEX triplet: 63, 2C and AC. RGB value is (99,44,172). Sum of RGB (Red+Green+Blue) = 99+44+172=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #632CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632CAC is #9CD353. Grayscale: #4A4A4A. Windows color (decimal): -10277716 or 11283555. OLE color: 11283555.
HSL color Cylindrical-coordinate representation of color #632CAC: hue angle of 265.78º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632CAC is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 44 | 172 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.33 |
| HSL | 265.78º | 0.59% | 0.42% | - |
| HSV(B) | 265.78º | 0.74% | 0.67% | - |
| XYZ | 13.49 | 7.43 | 39.75 | - |
| YUV | 75.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 172 | 0.42 | 0.74 | 0 | 0.33 | 265.78 | 0.59 | 0.42 |
| Hex | 63 | 2C | AC | 2A | 4A | 0 | 21 | 10A | 3B | 2A |
| Octal | 143 | 54 | 254 | 52 | 112 | 0 | 41 | 412 | 73 | 52 |
| Binary | 1100011 | 101100 | 10101100 | 101010 | 1001010 | 0 | 100001 | 100001010 | 111011 | 101010 |
Color Harmonies of #632CAC
Complementary color
Monochromatic Colors of #632CAC
Black with #632CAC
Text Example
Text Example
White with #632CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CAC; }
p { color: rgb(99,44,172); }
H1.HeaderClassName
{
color: #632CAC;
}
.AnyTagClassName
{
color: #632CAC;
}
</style>
background-color css
<style>
a { background-color: #632CAC; }
a { background-color: rgb(99,44,172); }
div.DivClassName
{
background-color: #632CAC;
}
.BgClassName
{
background-color: #632CAC;
}
</style>
border-color css
<style>
span { border-color: #632CAC; }
span { border-color: rgb(99,44,172); }
td.TdClassName
{
border-color: #632CAC;
}
.TagClassName
{
border-color: #632CAC;
}
</style>