Shades of Purple Heart #632FC7
Tints of Purple Heart #632FC7
RGB
CMYK
RGB Variations
Color information
#632FC7 (or 0x632FC7) is known color: Purple Heart. HEX triplet: 63, 2F and C7. RGB value is (99,47,199). Sum of RGB (Red+Green+Blue) = 99+47+199=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #632FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FC7 is #9CD038. Grayscale: #4F4F4F. Windows color (decimal): -10276921 or 13053795. OLE color: 13053795.
HSL color Cylindrical-coordinate representation of color #632FC7: hue angle of 260.53º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632FC7 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 47 | 199 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.22 |
| HSL | 260.53º | 0.62% | 0.48% | - |
| HSV(B) | 260.53º | 0.76% | 0.78% | - |
| XYZ | 16.47 | 8.81 | 54.87 | - |
| YUV | 79.88 | 195.23 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 199 | 0.50 | 0.76 | 0 | 0.22 | 260.53 | 0.62 | 0.48 |
| Hex | 63 | 2F | C7 | 32 | 4C | 0 | 16 | 105 | 3E | 30 |
| Octal | 143 | 57 | 307 | 62 | 114 | 0 | 26 | 405 | 76 | 60 |
| Binary | 1100011 | 101111 | 11000111 | 110010 | 1001100 | 0 | 10110 | 100000101 | 111110 | 110000 |
Color Harmonies of #632FC7
Complementary color
Monochromatic Colors of #632FC7
Black with #632FC7
Text Example
Text Example
White with #632FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FC7; }
p { color: rgb(99,47,199); }
H1.HeaderClassName
{
color: #632FC7;
}
.AnyTagClassName
{
color: #632FC7;
}
</style>
background-color css
<style>
a { background-color: #632FC7; }
a { background-color: rgb(99,47,199); }
div.DivClassName
{
background-color: #632FC7;
}
.BgClassName
{
background-color: #632FC7;
}
</style>
border-color css
<style>
span { border-color: #632FC7; }
span { border-color: rgb(99,47,199); }
td.TdClassName
{
border-color: #632FC7;
}
.TagClassName
{
border-color: #632FC7;
}
</style>