Shades of Purple Heart #632FC3
Tints of Purple Heart #632FC3
RGB
CMYK
RGB Variations
Color information
#632FC3 (or 0x632FC3) is known color: Purple Heart. HEX triplet: 63, 2F and C3. RGB value is (99,47,195). Sum of RGB (Red+Green+Blue) = 99+47+195=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #632FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FC3 is #9CD03C. Grayscale: #4E4E4E. Windows color (decimal): -10276925 or 12791651. OLE color: 12791651.
HSL color Cylindrical-coordinate representation of color #632FC3: hue angle of 261.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632FC3 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 47 | 195 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.24 |
| HSL | 261.08º | 0.61% | 0.47% | - |
| HSV(B) | 261.08º | 0.76% | 0.76% | - |
| XYZ | 16.01 | 8.63 | 52.45 | - |
| YUV | 79.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 195 | 0.49 | 0.76 | 0 | 0.24 | 261.08 | 0.61 | 0.47 |
| Hex | 63 | 2F | C3 | 31 | 4C | 0 | 18 | 105 | 3D | 2F |
| Octal | 143 | 57 | 303 | 61 | 114 | 0 | 30 | 405 | 75 | 57 |
| Binary | 1100011 | 101111 | 11000011 | 110001 | 1001100 | 0 | 11000 | 100000101 | 111101 | 101111 |
Color Harmonies of #632FC3
Complementary color
Monochromatic Colors of #632FC3
Black with #632FC3
Text Example
Text Example
White with #632FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FC3; }
p { color: rgb(99,47,195); }
H1.HeaderClassName
{
color: #632FC3;
}
.AnyTagClassName
{
color: #632FC3;
}
</style>
background-color css
<style>
a { background-color: #632FC3; }
a { background-color: rgb(99,47,195); }
div.DivClassName
{
background-color: #632FC3;
}
.BgClassName
{
background-color: #632FC3;
}
</style>
border-color css
<style>
span { border-color: #632FC3; }
span { border-color: rgb(99,47,195); }
td.TdClassName
{
border-color: #632FC3;
}
.TagClassName
{
border-color: #632FC3;
}
</style>