Shades of Purple Heart #633CBC
Tints of Purple Heart #633CBC
RGB
CMYK
RGB Variations
Color information
#633CBC (or 0x633CBC) is known color: Purple Heart. HEX triplet: 63, 3C and BC. RGB value is (99,60,188). Sum of RGB (Red+Green+Blue) = 99+60+188=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #633CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633CBC is #9CC343. Grayscale: #555555. Windows color (decimal): -10273604 or 12336227. OLE color: 12336227.
HSL color Cylindrical-coordinate representation of color #633CBC: hue angle of 258.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #633CBC is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 60 | 188 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.26 |
| HSL | 258.28º | 0.52% | 0.49% | - |
| HSV(B) | 258.28º | 0.68% | 0.74% | - |
| XYZ | 15.84 | 9.52 | 48.58 | - |
| YUV | 86.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 188 | 0.47 | 0.68 | 0 | 0.26 | 258.28 | 0.52 | 0.49 |
| Hex | 63 | 3C | BC | 2F | 44 | 0 | 1A | 102 | 34 | 31 |
| Octal | 143 | 74 | 274 | 57 | 104 | 0 | 32 | 402 | 64 | 61 |
| Binary | 1100011 | 111100 | 10111100 | 101111 | 1000100 | 0 | 11010 | 100000010 | 110100 | 110001 |
Color Harmonies of #633CBC
Complementary color
Monochromatic Colors of #633CBC
Black with #633CBC
Text Example
Text Example
White with #633CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633CBC; }
p { color: rgb(99,60,188); }
H1.HeaderClassName
{
color: #633CBC;
}
.AnyTagClassName
{
color: #633CBC;
}
</style>
background-color css
<style>
a { background-color: #633CBC; }
a { background-color: rgb(99,60,188); }
div.DivClassName
{
background-color: #633CBC;
}
.BgClassName
{
background-color: #633CBC;
}
</style>
border-color css
<style>
span { border-color: #633CBC; }
span { border-color: rgb(99,60,188); }
td.TdClassName
{
border-color: #633CBC;
}
.TagClassName
{
border-color: #633CBC;
}
</style>