Shades of Purple Heart #632EBF
Tints of Purple Heart #632EBF
RGB
CMYK
RGB Variations
Color information
#632EBF (or 0x632EBF) is known color: Purple Heart. HEX triplet: 63, 2E and BF. RGB value is (99,46,191). Sum of RGB (Red+Green+Blue) = 99+46+191=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #632EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632EBF is #9CD140. Grayscale: #4D4D4D. Windows color (decimal): -10277185 or 12529251. OLE color: 12529251.
HSL color Cylindrical-coordinate representation of color #632EBF: hue angle of 261.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632EBF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 46 | 191 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.25 |
| HSL | 261.93º | 0.61% | 0.46% | - |
| HSV(B) | 261.93º | 0.76% | 0.75% | - |
| XYZ | 15.53 | 8.37 | 50.09 | - |
| YUV | 78.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 191 | 0.48 | 0.76 | 0 | 0.25 | 261.93 | 0.61 | 0.46 |
| Hex | 63 | 2E | BF | 30 | 4C | 0 | 19 | 106 | 3D | 2E |
| Octal | 143 | 56 | 277 | 60 | 114 | 0 | 31 | 406 | 75 | 56 |
| Binary | 1100011 | 101110 | 10111111 | 110000 | 1001100 | 0 | 11001 | 100000110 | 111101 | 101110 |
Color Harmonies of #632EBF
Complementary color
Monochromatic Colors of #632EBF
Black with #632EBF
Text Example
Text Example
White with #632EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632EBF; }
p { color: rgb(99,46,191); }
H1.HeaderClassName
{
color: #632EBF;
}
.AnyTagClassName
{
color: #632EBF;
}
</style>
background-color css
<style>
a { background-color: #632EBF; }
a { background-color: rgb(99,46,191); }
div.DivClassName
{
background-color: #632EBF;
}
.BgClassName
{
background-color: #632EBF;
}
</style>
border-color css
<style>
span { border-color: #632EBF; }
span { border-color: rgb(99,46,191); }
td.TdClassName
{
border-color: #632EBF;
}
.TagClassName
{
border-color: #632EBF;
}
</style>