Shades of Purple Heart #633CBF
Tints of Purple Heart #633CBF
RGB
CMYK
RGB Variations
Color information
#633CBF (or 0x633CBF) is known color: Purple Heart. HEX triplet: 63, 3C and BF. RGB value is (99,60,191). Sum of RGB (Red+Green+Blue) = 99+60+191=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #633CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633CBF is #9CC340. Grayscale: #565656. Windows color (decimal): -10273601 or 12532835. OLE color: 12532835.
HSL color Cylindrical-coordinate representation of color #633CBF: hue angle of 257.86º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #633CBF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 60 | 191 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.25 |
| HSL | 257.86º | 0.52% | 0.49% | - |
| HSV(B) | 257.86º | 0.69% | 0.75% | - |
| XYZ | 16.17 | 9.65 | 50.3 | - |
| YUV | 86.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 191 | 0.48 | 0.69 | 0 | 0.25 | 257.86 | 0.52 | 0.49 |
| Hex | 63 | 3C | BF | 30 | 45 | 0 | 19 | 102 | 34 | 31 |
| Octal | 143 | 74 | 277 | 60 | 105 | 0 | 31 | 402 | 64 | 61 |
| Binary | 1100011 | 111100 | 10111111 | 110000 | 1000101 | 0 | 11001 | 100000010 | 110100 | 110001 |
Color Harmonies of #633CBF
Complementary color
Monochromatic Colors of #633CBF
Black with #633CBF
Text Example
Text Example
White with #633CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633CBF; }
p { color: rgb(99,60,191); }
H1.HeaderClassName
{
color: #633CBF;
}
.AnyTagClassName
{
color: #633CBF;
}
</style>
background-color css
<style>
a { background-color: #633CBF; }
a { background-color: rgb(99,60,191); }
div.DivClassName
{
background-color: #633CBF;
}
.BgClassName
{
background-color: #633CBF;
}
</style>
border-color css
<style>
span { border-color: #633CBF; }
span { border-color: rgb(99,60,191); }
td.TdClassName
{
border-color: #633CBF;
}
.TagClassName
{
border-color: #633CBF;
}
</style>