Shades of Purple Heart #630DC3
Tints of Purple Heart #630DC3
RGB
CMYK
RGB Variations
Color information
#630DC3 (or 0x630DC3) is known color: Purple Heart. HEX triplet: 63, 0D and C3. RGB value is (99,13,195). Sum of RGB (Red+Green+Blue) = 99+13+195=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #630DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DC3 is #9CF23C. Grayscale: #3A3A3A. Windows color (decimal): -10285629 or 12782947. OLE color: 12782947.
HSL color Cylindrical-coordinate representation of color #630DC3: hue angle of 268.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630DC3 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 13 | 195 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.24 |
| HSL | 268.35º | 0.88% | 0.41% | - |
| HSV(B) | 268.35º | 0.93% | 0.76% | - |
| XYZ | 15.14 | 6.88 | 52.16 | - |
| YUV | 59.46 | 204.49 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 195 | 0.49 | 0.93 | 0 | 0.24 | 268.35 | 0.88 | 0.41 |
| Hex | 63 | D | C3 | 31 | 5D | 0 | 18 | 10C | 58 | 29 |
| Octal | 143 | 15 | 303 | 61 | 135 | 0 | 30 | 414 | 130 | 51 |
| Binary | 1100011 | 1101 | 11000011 | 110001 | 1011101 | 0 | 11000 | 100001100 | 1011000 | 101001 |
Color Harmonies of #630DC3
Complementary color
Monochromatic Colors of #630DC3
Black with #630DC3
Text Example
Text Example
White with #630DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630DC3; }
p { color: rgb(99,13,195); }
H1.HeaderClassName
{
color: #630DC3;
}
.AnyTagClassName
{
color: #630DC3;
}
</style>
background-color css
<style>
a { background-color: #630DC3; }
a { background-color: rgb(99,13,195); }
div.DivClassName
{
background-color: #630DC3;
}
.BgClassName
{
background-color: #630DC3;
}
</style>
border-color css
<style>
span { border-color: #630DC3; }
span { border-color: rgb(99,13,195); }
td.TdClassName
{
border-color: #630DC3;
}
.TagClassName
{
border-color: #630DC3;
}
</style>