Shades of Purple Heart #630CBE
Tints of Purple Heart #630CBE
RGB
CMYK
RGB Variations
Color information
#630CBE (or 0x630CBE) is known color: Purple Heart. HEX triplet: 63, 0C and BE. RGB value is (99,12,190). Sum of RGB (Red+Green+Blue) = 99+12+190=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #630CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CBE is #9CF341. Grayscale: #393939. Windows color (decimal): -10285890 or 12455011. OLE color: 12455011.
HSL color Cylindrical-coordinate representation of color #630CBE: hue angle of 269.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CBE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 12 | 190 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.25 |
| HSL | 269.33º | 0.88% | 0.4% | - |
| HSV(B) | 269.33º | 0.94% | 0.75% | - |
| XYZ | 14.57 | 6.63 | 49.23 | - |
| YUV | 58.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 190 | 0.48 | 0.94 | 0 | 0.25 | 269.33 | 0.88 | 0.4 |
| Hex | 63 | C | BE | 30 | 5E | 0 | 19 | 10D | 58 | 28 |
| Octal | 143 | 14 | 276 | 60 | 136 | 0 | 31 | 415 | 130 | 50 |
| Binary | 1100011 | 1100 | 10111110 | 110000 | 1011110 | 0 | 11001 | 100001101 | 1011000 | 101000 |
Color Harmonies of #630CBE
Complementary color
Monochromatic Colors of #630CBE
Black with #630CBE
Text Example
Text Example
White with #630CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CBE; }
p { color: rgb(99,12,190); }
H1.HeaderClassName
{
color: #630CBE;
}
.AnyTagClassName
{
color: #630CBE;
}
</style>
background-color css
<style>
a { background-color: #630CBE; }
a { background-color: rgb(99,12,190); }
div.DivClassName
{
background-color: #630CBE;
}
.BgClassName
{
background-color: #630CBE;
}
</style>
border-color css
<style>
span { border-color: #630CBE; }
span { border-color: rgb(99,12,190); }
td.TdClassName
{
border-color: #630CBE;
}
.TagClassName
{
border-color: #630CBE;
}
</style>