Shades of Purple Heart #633BBA
Tints of Purple Heart #633BBA
RGB
CMYK
RGB Variations
Color information
#633BBA (or 0x633BBA) is known color: Purple Heart. HEX triplet: 63, 3B and BA. RGB value is (99,59,186). Sum of RGB (Red+Green+Blue) = 99+59+186=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #633BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633BBA is #9CC445. Grayscale: #545454. Windows color (decimal): -10273862 or 12204899. OLE color: 12204899.
HSL color Cylindrical-coordinate representation of color #633BBA: hue angle of 258.9º 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 #633BBA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 59 | 186 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.27 |
| HSL | 258.9º | 0.52% | 0.48% | - |
| HSV(B) | 258.9º | 0.68% | 0.73% | - |
| XYZ | 15.57 | 9.33 | 47.43 | - |
| YUV | 85.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 186 | 0.47 | 0.68 | 0 | 0.27 | 258.9 | 0.52 | 0.48 |
| Hex | 63 | 3B | BA | 2F | 44 | 0 | 1B | 103 | 34 | 30 |
| Octal | 143 | 73 | 272 | 57 | 104 | 0 | 33 | 403 | 64 | 60 |
| Binary | 1100011 | 111011 | 10111010 | 101111 | 1000100 | 0 | 11011 | 100000011 | 110100 | 110000 |
Color Harmonies of #633BBA
Complementary color
Monochromatic Colors of #633BBA
Black with #633BBA
Text Example
Text Example
White with #633BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633BBA; }
p { color: rgb(99,59,186); }
H1.HeaderClassName
{
color: #633BBA;
}
.AnyTagClassName
{
color: #633BBA;
}
</style>
background-color css
<style>
a { background-color: #633BBA; }
a { background-color: rgb(99,59,186); }
div.DivClassName
{
background-color: #633BBA;
}
.BgClassName
{
background-color: #633BBA;
}
</style>
border-color css
<style>
span { border-color: #633BBA; }
span { border-color: rgb(99,59,186); }
td.TdClassName
{
border-color: #633BBA;
}
.TagClassName
{
border-color: #633BBA;
}
</style>