Shades of Purple Heart #632DC3
Tints of Purple Heart #632DC3
RGB
CMYK
RGB Variations
Color information
#632DC3 (or 0x632DC3) is known color: Purple Heart. HEX triplet: 63, 2D and C3. RGB value is (99,45,195). Sum of RGB (Red+Green+Blue) = 99+45+195=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #632DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DC3 is #9CD23C. Grayscale: #4D4D4D. Windows color (decimal): -10277437 or 12791139. OLE color: 12791139.
HSL color Cylindrical-coordinate representation of color #632DC3: hue angle of 261.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632DC3 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 45 | 195 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.24 |
| HSL | 261.6º | 0.63% | 0.47% | - |
| HSV(B) | 261.6º | 0.77% | 0.76% | - |
| XYZ | 15.93 | 8.47 | 52.42 | - |
| YUV | 78.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 195 | 0.49 | 0.77 | 0 | 0.24 | 261.6 | 0.63 | 0.47 |
| Hex | 63 | 2D | C3 | 31 | 4D | 0 | 18 | 106 | 3E | 2F |
| Octal | 143 | 55 | 303 | 61 | 115 | 0 | 30 | 406 | 76 | 57 |
| Binary | 1100011 | 101101 | 11000011 | 110001 | 1001101 | 0 | 11000 | 100000110 | 111110 | 101111 |
Color Harmonies of #632DC3
Complementary color
Monochromatic Colors of #632DC3
Black with #632DC3
Text Example
Text Example
White with #632DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DC3; }
p { color: rgb(99,45,195); }
H1.HeaderClassName
{
color: #632DC3;
}
.AnyTagClassName
{
color: #632DC3;
}
</style>
background-color css
<style>
a { background-color: #632DC3; }
a { background-color: rgb(99,45,195); }
div.DivClassName
{
background-color: #632DC3;
}
.BgClassName
{
background-color: #632DC3;
}
</style>
border-color css
<style>
span { border-color: #632DC3; }
span { border-color: rgb(99,45,195); }
td.TdClassName
{
border-color: #632DC3;
}
.TagClassName
{
border-color: #632DC3;
}
</style>