Shades of Purple Heart #630ECE
Tints of Purple Heart #630ECE
RGB
CMYK
RGB Variations
Color information
#630ECE (or 0x630ECE) is known color: Purple Heart. HEX triplet: 63, 0E and CE. RGB value is (99,14,206). Sum of RGB (Red+Green+Blue) = 99+14+206=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #630ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ECE is #9CF131. Grayscale: #3C3C3C. Windows color (decimal): -10285362 or 13504099. OLE color: 13504099.
HSL color Cylindrical-coordinate representation of color #630ECE: hue angle of 266.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630ECE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 14 | 206 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.19 |
| HSL | 266.56º | 0.87% | 0.43% | - |
| HSV(B) | 266.56º | 0.93% | 0.81% | - |
| XYZ | 16.44 | 7.42 | 58.96 | - |
| YUV | 61.3 | 209.66 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 206 | 0.52 | 0.93 | 0 | 0.19 | 266.56 | 0.87 | 0.43 |
| Hex | 63 | E | CE | 34 | 5D | 0 | 13 | 10B | 57 | 2B |
| Octal | 143 | 16 | 316 | 64 | 135 | 0 | 23 | 413 | 127 | 53 |
| Binary | 1100011 | 1110 | 11001110 | 110100 | 1011101 | 0 | 10011 | 100001011 | 1010111 | 101011 |
Color Harmonies of #630ECE
Complementary color
Monochromatic Colors of #630ECE
Black with #630ECE
Text Example
Text Example
White with #630ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630ECE; }
p { color: rgb(99,14,206); }
H1.HeaderClassName
{
color: #630ECE;
}
.AnyTagClassName
{
color: #630ECE;
}
</style>
background-color css
<style>
a { background-color: #630ECE; }
a { background-color: rgb(99,14,206); }
div.DivClassName
{
background-color: #630ECE;
}
.BgClassName
{
background-color: #630ECE;
}
</style>
border-color css
<style>
span { border-color: #630ECE; }
span { border-color: rgb(99,14,206); }
td.TdClassName
{
border-color: #630ECE;
}
.TagClassName
{
border-color: #630ECE;
}
</style>