Shades of Purple Heart #632CC4
Tints of Purple Heart #632CC4
RGB
CMYK
RGB Variations
Color information
#632CC4 (or 0x632CC4) is known color: Purple Heart. HEX triplet: 63, 2C and C4. RGB value is (99,44,196). Sum of RGB (Red+Green+Blue) = 99+44+196=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #632CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CC4 is #9CD33B. Grayscale: #4D4D4D. Windows color (decimal): -10277692 or 12856419. OLE color: 12856419.
HSL color Cylindrical-coordinate representation of color #632CC4: hue angle of 261.71º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632CC4 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 44 | 196 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.23 |
| HSL | 261.71º | 0.63% | 0.47% | - |
| HSV(B) | 261.71º | 0.78% | 0.77% | - |
| XYZ | 16.01 | 8.44 | 53.01 | - |
| YUV | 77.77 | 194.72 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 196 | 0.49 | 0.78 | 0 | 0.23 | 261.71 | 0.63 | 0.47 |
| Hex | 63 | 2C | C4 | 31 | 4E | 0 | 17 | 106 | 3F | 2F |
| Octal | 143 | 54 | 304 | 61 | 116 | 0 | 27 | 406 | 77 | 57 |
| Binary | 1100011 | 101100 | 11000100 | 110001 | 1001110 | 0 | 10111 | 100000110 | 111111 | 101111 |
Color Harmonies of #632CC4
Complementary color
Monochromatic Colors of #632CC4
Black with #632CC4
Text Example
Text Example
White with #632CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632CC4; }
p { color: rgb(99,44,196); }
H1.HeaderClassName
{
color: #632CC4;
}
.AnyTagClassName
{
color: #632CC4;
}
</style>
background-color css
<style>
a { background-color: #632CC4; }
a { background-color: rgb(99,44,196); }
div.DivClassName
{
background-color: #632CC4;
}
.BgClassName
{
background-color: #632CC4;
}
</style>
border-color css
<style>
span { border-color: #632CC4; }
span { border-color: rgb(99,44,196); }
td.TdClassName
{
border-color: #632CC4;
}
.TagClassName
{
border-color: #632CC4;
}
</style>