Shades of Purple Heart #633DBD
Tints of Purple Heart #633DBD
RGB
CMYK
RGB Variations
Color information
#633DBD (or 0x633DBD) is known color: Purple Heart. HEX triplet: 63, 3D and BD. RGB value is (99,61,189). Sum of RGB (Red+Green+Blue) = 99+61+189=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #633DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DBD is #9CC242. Grayscale: #565656. Windows color (decimal): -10273347 or 12402019. OLE color: 12402019.
HSL color Cylindrical-coordinate representation of color #633DBD: hue angle of 257.81º degrees, saturation: 0.51, 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 #633DBD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 61 | 189 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.26 |
| HSL | 257.81º | 0.51% | 0.49% | - |
| HSV(B) | 257.81º | 0.68% | 0.74% | - |
| XYZ | 16 | 9.66 | 49.17 | - |
| YUV | 86.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 189 | 0.48 | 0.68 | 0 | 0.26 | 257.81 | 0.51 | 0.49 |
| Hex | 63 | 3D | BD | 30 | 44 | 0 | 1A | 102 | 33 | 31 |
| Octal | 143 | 75 | 275 | 60 | 104 | 0 | 32 | 402 | 63 | 61 |
| Binary | 1100011 | 111101 | 10111101 | 110000 | 1000100 | 0 | 11010 | 100000010 | 110011 | 110001 |
Color Harmonies of #633DBD
Complementary color
Monochromatic Colors of #633DBD
Black with #633DBD
Text Example
Text Example
White with #633DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DBD; }
p { color: rgb(99,61,189); }
H1.HeaderClassName
{
color: #633DBD;
}
.AnyTagClassName
{
color: #633DBD;
}
</style>
background-color css
<style>
a { background-color: #633DBD; }
a { background-color: rgb(99,61,189); }
div.DivClassName
{
background-color: #633DBD;
}
.BgClassName
{
background-color: #633DBD;
}
</style>
border-color css
<style>
span { border-color: #633DBD; }
span { border-color: rgb(99,61,189); }
td.TdClassName
{
border-color: #633DBD;
}
.TagClassName
{
border-color: #633DBD;
}
</style>