Shades of Purple Heart #633FCD
Tints of Purple Heart #633FCD
RGB
CMYK
RGB Variations
Color information
#633FCD (or 0x633FCD) is known color: Purple Heart. HEX triplet: 63, 3F and CD. RGB value is (99,63,205). Sum of RGB (Red+Green+Blue) = 99+63+205=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #633FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633FCD is #9CC032. Grayscale: #595959. Windows color (decimal): -10272819 or 13451107. OLE color: 13451107.
HSL color Cylindrical-coordinate representation of color #633FCD: hue angle of 255.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #633FCD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 63 | 205 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.20 |
| HSL | 255.21º | 0.59% | 0.53% | - |
| HSV(B) | 255.21º | 0.69% | 0.8% | - |
| XYZ | 17.94 | 10.62 | 58.86 | - |
| YUV | 89.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 205 | 0.52 | 0.69 | 0 | 0.20 | 255.21 | 0.59 | 0.53 |
| Hex | 63 | 3F | CD | 34 | 45 | 0 | 14 | FF | 3B | 35 |
| Octal | 143 | 77 | 315 | 64 | 105 | 0 | 24 | 377 | 73 | 65 |
| Binary | 1100011 | 111111 | 11001101 | 110100 | 1000101 | 0 | 10100 | 11111111 | 111011 | 110101 |
Color Harmonies of #633FCD
Complementary color
Monochromatic Colors of #633FCD
Black with #633FCD
Text Example
Text Example
White with #633FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633FCD; }
p { color: rgb(99,63,205); }
H1.HeaderClassName
{
color: #633FCD;
}
.AnyTagClassName
{
color: #633FCD;
}
</style>
background-color css
<style>
a { background-color: #633FCD; }
a { background-color: rgb(99,63,205); }
div.DivClassName
{
background-color: #633FCD;
}
.BgClassName
{
background-color: #633FCD;
}
</style>
border-color css
<style>
span { border-color: #633FCD; }
span { border-color: rgb(99,63,205); }
td.TdClassName
{
border-color: #633FCD;
}
.TagClassName
{
border-color: #633FCD;
}
</style>