Shades of Purple Heart #632DC4
Tints of Purple Heart #632DC4
RGB
CMYK
RGB Variations
Color information
#632DC4 (or 0x632DC4) is known color: Purple Heart. HEX triplet: 63, 2D and C4. RGB value is (99,45,196). Sum of RGB (Red+Green+Blue) = 99+45+196=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #632DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DC4 is #9CD23B. Grayscale: #4D4D4D. Windows color (decimal): -10277436 or 12856675. OLE color: 12856675.
HSL color Cylindrical-coordinate representation of color #632DC4: hue angle of 261.46º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632DC4 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 45 | 196 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.23 |
| HSL | 261.46º | 0.63% | 0.47% | - |
| HSV(B) | 261.46º | 0.77% | 0.77% | - |
| XYZ | 16.05 | 8.51 | 53.02 | - |
| YUV | 78.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 196 | 0.49 | 0.77 | 0 | 0.23 | 261.46 | 0.63 | 0.47 |
| Hex | 63 | 2D | C4 | 31 | 4D | 0 | 17 | 105 | 3F | 2F |
| Octal | 143 | 55 | 304 | 61 | 115 | 0 | 27 | 405 | 77 | 57 |
| Binary | 1100011 | 101101 | 11000100 | 110001 | 1001101 | 0 | 10111 | 100000101 | 111111 | 101111 |
Color Harmonies of #632DC4
Complementary color
Monochromatic Colors of #632DC4
Black with #632DC4
Text Example
Text Example
White with #632DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DC4; }
p { color: rgb(99,45,196); }
H1.HeaderClassName
{
color: #632DC4;
}
.AnyTagClassName
{
color: #632DC4;
}
</style>
background-color css
<style>
a { background-color: #632DC4; }
a { background-color: rgb(99,45,196); }
div.DivClassName
{
background-color: #632DC4;
}
.BgClassName
{
background-color: #632DC4;
}
</style>
border-color css
<style>
span { border-color: #632DC4; }
span { border-color: rgb(99,45,196); }
td.TdClassName
{
border-color: #632DC4;
}
.TagClassName
{
border-color: #632DC4;
}
</style>