Shades of Purple Heart #633BBB
Tints of Purple Heart #633BBB
RGB
CMYK
RGB Variations
Color information
#633BBB (or 0x633BBB) is known color: Purple Heart. HEX triplet: 63, 3B and BB. RGB value is (99,59,187). Sum of RGB (Red+Green+Blue) = 99+59+187=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #633BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633BBB is #9CC444. Grayscale: #555555. Windows color (decimal): -10273861 or 12270435. OLE color: 12270435.
HSL color Cylindrical-coordinate representation of color #633BBB: hue angle of 258.75º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #633BBB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 59 | 187 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.27 |
| HSL | 258.75º | 0.52% | 0.48% | - |
| HSV(B) | 258.75º | 0.68% | 0.73% | - |
| XYZ | 15.68 | 9.37 | 48 | - |
| YUV | 85.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 187 | 0.47 | 0.68 | 0 | 0.27 | 258.75 | 0.52 | 0.48 |
| Hex | 63 | 3B | BB | 2F | 44 | 0 | 1B | 103 | 34 | 30 |
| Octal | 143 | 73 | 273 | 57 | 104 | 0 | 33 | 403 | 64 | 60 |
| Binary | 1100011 | 111011 | 10111011 | 101111 | 1000100 | 0 | 11011 | 100000011 | 110100 | 110000 |
Color Harmonies of #633BBB
Complementary color
Monochromatic Colors of #633BBB
Black with #633BBB
Text Example
Text Example
White with #633BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633BBB; }
p { color: rgb(99,59,187); }
H1.HeaderClassName
{
color: #633BBB;
}
.AnyTagClassName
{
color: #633BBB;
}
</style>
background-color css
<style>
a { background-color: #633BBB; }
a { background-color: rgb(99,59,187); }
div.DivClassName
{
background-color: #633BBB;
}
.BgClassName
{
background-color: #633BBB;
}
</style>
border-color css
<style>
span { border-color: #633BBB; }
span { border-color: rgb(99,59,187); }
td.TdClassName
{
border-color: #633BBB;
}
.TagClassName
{
border-color: #633BBB;
}
</style>