Shades of Purple Heart #633DB5
Tints of Purple Heart #633DB5
RGB
CMYK
RGB Variations
Color information
#633DB5 (or 0x633DB5) is known color: Purple Heart. HEX triplet: 63, 3D and B5. RGB value is (99,61,181). Sum of RGB (Red+Green+Blue) = 99+61+181=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #633DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DB5 is #9CC24A. Grayscale: #555555. Windows color (decimal): -10273355 or 11877731. OLE color: 11877731.
HSL color Cylindrical-coordinate representation of color #633DB5: hue angle of 259º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633DB5 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 61 | 181 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.29 |
| HSL | 259º | 0.5% | 0.47% | - |
| HSV(B) | 259º | 0.66% | 0.71% | - |
| XYZ | 15.15 | 9.33 | 44.72 | - |
| YUV | 86.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 181 | 0.45 | 0.66 | 0 | 0.29 | 259 | 0.5 | 0.47 |
| Hex | 63 | 3D | B5 | 2D | 42 | 0 | 1D | 103 | 32 | 2F |
| Octal | 143 | 75 | 265 | 55 | 102 | 0 | 35 | 403 | 62 | 57 |
| Binary | 1100011 | 111101 | 10110101 | 101101 | 1000010 | 0 | 11101 | 100000011 | 110010 | 101111 |
Color Harmonies of #633DB5
Complementary color
Monochromatic Colors of #633DB5
Black with #633DB5
Text Example
Text Example
White with #633DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DB5; }
p { color: rgb(99,61,181); }
H1.HeaderClassName
{
color: #633DB5;
}
.AnyTagClassName
{
color: #633DB5;
}
</style>
background-color css
<style>
a { background-color: #633DB5; }
a { background-color: rgb(99,61,181); }
div.DivClassName
{
background-color: #633DB5;
}
.BgClassName
{
background-color: #633DB5;
}
</style>
border-color css
<style>
span { border-color: #633DB5; }
span { border-color: rgb(99,61,181); }
td.TdClassName
{
border-color: #633DB5;
}
.TagClassName
{
border-color: #633DB5;
}
</style>