Shades of Purple Heart #630CC2
Tints of Purple Heart #630CC2
RGB
CMYK
RGB Variations
Color information
#630CC2 (or 0x630CC2) is known color: Purple Heart. HEX triplet: 63, 0C and C2. RGB value is (99,12,194). Sum of RGB (Red+Green+Blue) = 99+12+194=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #630CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CC2 is #9CF33D. Grayscale: #3A3A3A. Windows color (decimal): -10285886 or 12717155. OLE color: 12717155.
HSL color Cylindrical-coordinate representation of color #630CC2: hue angle of 268.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CC2 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 12 | 194 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.24 |
| HSL | 268.68º | 0.88% | 0.4% | - |
| HSV(B) | 268.68º | 0.94% | 0.76% | - |
| XYZ | 15.01 | 6.81 | 51.56 | - |
| YUV | 58.76 | 204.32 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 194 | 0.49 | 0.94 | 0 | 0.24 | 268.68 | 0.88 | 0.4 |
| Hex | 63 | C | C2 | 31 | 5E | 0 | 18 | 10D | 58 | 28 |
| Octal | 143 | 14 | 302 | 61 | 136 | 0 | 30 | 415 | 130 | 50 |
| Binary | 1100011 | 1100 | 11000010 | 110001 | 1011110 | 0 | 11000 | 100001101 | 1011000 | 101000 |
Color Harmonies of #630CC2
Complementary color
Monochromatic Colors of #630CC2
Black with #630CC2
Text Example
Text Example
White with #630CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CC2; }
p { color: rgb(99,12,194); }
H1.HeaderClassName
{
color: #630CC2;
}
.AnyTagClassName
{
color: #630CC2;
}
</style>
background-color css
<style>
a { background-color: #630CC2; }
a { background-color: rgb(99,12,194); }
div.DivClassName
{
background-color: #630CC2;
}
.BgClassName
{
background-color: #630CC2;
}
</style>
border-color css
<style>
span { border-color: #630CC2; }
span { border-color: rgb(99,12,194); }
td.TdClassName
{
border-color: #630CC2;
}
.TagClassName
{
border-color: #630CC2;
}
</style>