Shades of Purple Heart #630CC7
Tints of Purple Heart #630CC7
RGB
CMYK
RGB Variations
Color information
#630CC7 (or 0x630CC7) is known color: Purple Heart. HEX triplet: 63, 0C and C7. RGB value is (99,12,199). Sum of RGB (Red+Green+Blue) = 99+12+199=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #630CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CC7 is #9CF338. Grayscale: #3A3A3A. Windows color (decimal): -10285881 or 13044835. OLE color: 13044835.
HSL color Cylindrical-coordinate representation of color #630CC7: hue angle of 267.91º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CC7 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 12 | 199 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.22 |
| HSL | 267.91º | 0.89% | 0.41% | - |
| HSV(B) | 267.91º | 0.94% | 0.78% | - |
| XYZ | 15.59 | 7.04 | 54.57 | - |
| YUV | 59.33 | 206.82 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 199 | 0.50 | 0.94 | 0 | 0.22 | 267.91 | 0.89 | 0.41 |
| Hex | 63 | C | C7 | 32 | 5E | 0 | 16 | 10C | 59 | 29 |
| Octal | 143 | 14 | 307 | 62 | 136 | 0 | 26 | 414 | 131 | 51 |
| Binary | 1100011 | 1100 | 11000111 | 110010 | 1011110 | 0 | 10110 | 100001100 | 1011001 | 101001 |
Color Harmonies of #630CC7
Complementary color
Monochromatic Colors of #630CC7
Black with #630CC7
Text Example
Text Example
White with #630CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CC7; }
p { color: rgb(99,12,199); }
H1.HeaderClassName
{
color: #630CC7;
}
.AnyTagClassName
{
color: #630CC7;
}
</style>
background-color css
<style>
a { background-color: #630CC7; }
a { background-color: rgb(99,12,199); }
div.DivClassName
{
background-color: #630CC7;
}
.BgClassName
{
background-color: #630CC7;
}
</style>
border-color css
<style>
span { border-color: #630CC7; }
span { border-color: rgb(99,12,199); }
td.TdClassName
{
border-color: #630CC7;
}
.TagClassName
{
border-color: #630CC7;
}
</style>