Shades of Purple Heart #633FBC
Tints of Purple Heart #633FBC
RGB
CMYK
RGB Variations
Color information
#633FBC (or 0x633FBC) is known color: Purple Heart. HEX triplet: 63, 3F and BC. RGB value is (99,63,188). Sum of RGB (Red+Green+Blue) = 99+63+188=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #633FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633FBC is #9CC043. Grayscale: #575757. Windows color (decimal): -10272836 or 12336995. OLE color: 12336995.
HSL color Cylindrical-coordinate representation of color #633FBC: hue angle of 257.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633FBC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 63 | 188 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.26 |
| HSL | 257.28º | 0.5% | 0.49% | - |
| HSV(B) | 257.28º | 0.66% | 0.74% | - |
| XYZ | 16 | 9.84 | 48.63 | - |
| YUV | 88.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 188 | 0.47 | 0.66 | 0 | 0.26 | 257.28 | 0.5 | 0.49 |
| Hex | 63 | 3F | BC | 2F | 42 | 0 | 1A | 101 | 32 | 31 |
| Octal | 143 | 77 | 274 | 57 | 102 | 0 | 32 | 401 | 62 | 61 |
| Binary | 1100011 | 111111 | 10111100 | 101111 | 1000010 | 0 | 11010 | 100000001 | 110010 | 110001 |
Color Harmonies of #633FBC
Complementary color
Monochromatic Colors of #633FBC
Black with #633FBC
Text Example
Text Example
White with #633FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633FBC; }
p { color: rgb(99,63,188); }
H1.HeaderClassName
{
color: #633FBC;
}
.AnyTagClassName
{
color: #633FBC;
}
</style>
background-color css
<style>
a { background-color: #633FBC; }
a { background-color: rgb(99,63,188); }
div.DivClassName
{
background-color: #633FBC;
}
.BgClassName
{
background-color: #633FBC;
}
</style>
border-color css
<style>
span { border-color: #633FBC; }
span { border-color: rgb(99,63,188); }
td.TdClassName
{
border-color: #633FBC;
}
.TagClassName
{
border-color: #633FBC;
}
</style>