Shades of Purple Heart #632FBC
Tints of Purple Heart #632FBC
RGB
CMYK
RGB Variations
Color information
#632FBC (or 0x632FBC) is known color: Purple Heart. HEX triplet: 63, 2F and BC. RGB value is (99,47,188). Sum of RGB (Red+Green+Blue) = 99+47+188=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #632FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FBC is #9CD043. Grayscale: #4E4E4E. Windows color (decimal): -10276932 or 12332899. OLE color: 12332899.
HSL color Cylindrical-coordinate representation of color #632FBC: hue angle of 262.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632FBC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 47 | 188 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.26 |
| HSL | 262.13º | 0.6% | 0.46% | - |
| HSV(B) | 262.13º | 0.75% | 0.74% | - |
| XYZ | 15.24 | 8.32 | 48.38 | - |
| YUV | 78.62 | 189.73 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 188 | 0.47 | 0.75 | 0 | 0.26 | 262.13 | 0.6 | 0.46 |
| Hex | 63 | 2F | BC | 2F | 4B | 0 | 1A | 106 | 3C | 2E |
| Octal | 143 | 57 | 274 | 57 | 113 | 0 | 32 | 406 | 74 | 56 |
| Binary | 1100011 | 101111 | 10111100 | 101111 | 1001011 | 0 | 11010 | 100000110 | 111100 | 101110 |
Color Harmonies of #632FBC
Complementary color
Monochromatic Colors of #632FBC
Black with #632FBC
Text Example
Text Example
White with #632FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FBC; }
p { color: rgb(99,47,188); }
H1.HeaderClassName
{
color: #632FBC;
}
.AnyTagClassName
{
color: #632FBC;
}
</style>
background-color css
<style>
a { background-color: #632FBC; }
a { background-color: rgb(99,47,188); }
div.DivClassName
{
background-color: #632FBC;
}
.BgClassName
{
background-color: #632FBC;
}
</style>
border-color css
<style>
span { border-color: #632FBC; }
span { border-color: rgb(99,47,188); }
td.TdClassName
{
border-color: #632FBC;
}
.TagClassName
{
border-color: #632FBC;
}
</style>