Shades of Purple Heart #633AB2
Tints of Purple Heart #633AB2
RGB
CMYK
RGB Variations
Color information
#633AB2 (or 0x633AB2) is known color: Purple Heart. HEX triplet: 63, 3A and B2. RGB value is (99,58,178). Sum of RGB (Red+Green+Blue) = 99+58+178=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #633AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633AB2 is #9CC54D. Grayscale: #535353. Windows color (decimal): -10274126 or 11680355. OLE color: 11680355.
HSL color Cylindrical-coordinate representation of color #633AB2: hue angle of 260.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633AB2 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 58 | 178 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.30 |
| HSL | 260.5º | 0.51% | 0.46% | - |
| HSV(B) | 260.5º | 0.67% | 0.7% | - |
| XYZ | 14.69 | 8.89 | 43.06 | - |
| YUV | 83.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 178 | 0.44 | 0.67 | 0 | 0.30 | 260.5 | 0.51 | 0.46 |
| Hex | 63 | 3A | B2 | 2C | 43 | 0 | 1E | 104 | 33 | 2E |
| Octal | 143 | 72 | 262 | 54 | 103 | 0 | 36 | 404 | 63 | 56 |
| Binary | 1100011 | 111010 | 10110010 | 101100 | 1000011 | 0 | 11110 | 100000100 | 110011 | 101110 |
Color Harmonies of #633AB2
Complementary color
Monochromatic Colors of #633AB2
Black with #633AB2
Text Example
Text Example
White with #633AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AB2; }
p { color: rgb(99,58,178); }
H1.HeaderClassName
{
color: #633AB2;
}
.AnyTagClassName
{
color: #633AB2;
}
</style>
background-color css
<style>
a { background-color: #633AB2; }
a { background-color: rgb(99,58,178); }
div.DivClassName
{
background-color: #633AB2;
}
.BgClassName
{
background-color: #633AB2;
}
</style>
border-color css
<style>
span { border-color: #633AB2; }
span { border-color: rgb(99,58,178); }
td.TdClassName
{
border-color: #633AB2;
}
.TagClassName
{
border-color: #633AB2;
}
</style>