Shades of Purple Heart #632CBB
Tints of Purple Heart #632CBB
RGB
CMYK
RGB Variations
Color information
#632CBB (or 0x632CBB) is known color: Purple Heart. HEX triplet: 63, 2C and BB. RGB value is (99,44,187). Sum of RGB (Red+Green+Blue) = 99+44+187=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #632CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CBB is #9CD344. Grayscale: #4C4C4C. Windows color (decimal): -10277701 or 12266595. OLE color: 12266595.
HSL color Cylindrical-coordinate representation of color #632CBB: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632CBB is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 44 | 187 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.27 |
| HSL | 263.08º | 0.62% | 0.45% | - |
| HSV(B) | 263.08º | 0.76% | 0.73% | - |
| XYZ | 15.02 | 8.04 | 47.77 | - |
| YUV | 76.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 187 | 0.47 | 0.76 | 0 | 0.27 | 263.08 | 0.62 | 0.45 |
| Hex | 63 | 2C | BB | 2F | 4C | 0 | 1B | 107 | 3E | 2D |
| Octal | 143 | 54 | 273 | 57 | 114 | 0 | 33 | 407 | 76 | 55 |
| Binary | 1100011 | 101100 | 10111011 | 101111 | 1001100 | 0 | 11011 | 100000111 | 111110 | 101101 |
Color Harmonies of #632CBB
Complementary color
Monochromatic Colors of #632CBB
Black with #632CBB
Text Example
Text Example
White with #632CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CBB; }
p { color: rgb(99,44,187); }
H1.HeaderClassName
{
color: #632CBB;
}
.AnyTagClassName
{
color: #632CBB;
}
</style>
background-color css
<style>
a { background-color: #632CBB; }
a { background-color: rgb(99,44,187); }
div.DivClassName
{
background-color: #632CBB;
}
.BgClassName
{
background-color: #632CBB;
}
</style>
border-color css
<style>
span { border-color: #632CBB; }
span { border-color: rgb(99,44,187); }
td.TdClassName
{
border-color: #632CBB;
}
.TagClassName
{
border-color: #632CBB;
}
</style>