Shades of Purple Heart #633DC1
Tints of Purple Heart #633DC1
RGB
CMYK
RGB Variations
Color information
#633DC1 (or 0x633DC1) is known color: Purple Heart. HEX triplet: 63, 3D and C1. RGB value is (99,61,193). Sum of RGB (Red+Green+Blue) = 99+61+193=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #633DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633DC1 is #9CC23E. Grayscale: #565656. Windows color (decimal): -10273343 or 12664163. OLE color: 12664163.
HSL color Cylindrical-coordinate representation of color #633DC1: hue angle of 257.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #633DC1 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 61 | 193 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.24 |
| HSL | 257.27º | 0.52% | 0.5% | - |
| HSV(B) | 257.27º | 0.68% | 0.76% | - |
| XYZ | 16.44 | 9.84 | 51.48 | - |
| YUV | 87.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 193 | 0.49 | 0.68 | 0 | 0.24 | 257.27 | 0.52 | 0.5 |
| Hex | 63 | 3D | C1 | 31 | 44 | 0 | 18 | 101 | 34 | 32 |
| Octal | 143 | 75 | 301 | 61 | 104 | 0 | 30 | 401 | 64 | 62 |
| Binary | 1100011 | 111101 | 11000001 | 110001 | 1000100 | 0 | 11000 | 100000001 | 110100 | 110010 |
Color Harmonies of #633DC1
Complementary color
Monochromatic Colors of #633DC1
Black with #633DC1
Text Example
Text Example
White with #633DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633DC1; }
p { color: rgb(99,61,193); }
H1.HeaderClassName
{
color: #633DC1;
}
.AnyTagClassName
{
color: #633DC1;
}
</style>
background-color css
<style>
a { background-color: #633DC1; }
a { background-color: rgb(99,61,193); }
div.DivClassName
{
background-color: #633DC1;
}
.BgClassName
{
background-color: #633DC1;
}
</style>
border-color css
<style>
span { border-color: #633DC1; }
span { border-color: rgb(99,61,193); }
td.TdClassName
{
border-color: #633DC1;
}
.TagClassName
{
border-color: #633DC1;
}
</style>