Shades of Purple Heart #630CBD
Tints of Purple Heart #630CBD
RGB
CMYK
RGB Variations
Color information
#630CBD (or 0x630CBD) is known color: Purple Heart. HEX triplet: 63, 0C and BD. RGB value is (99,12,189). Sum of RGB (Red+Green+Blue) = 99+12+189=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #630CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CBD is #9CF342. Grayscale: #393939. Windows color (decimal): -10285891 or 12389475. OLE color: 12389475.
HSL color Cylindrical-coordinate representation of color #630CBD: hue angle of 269.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CBD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 12 | 189 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.26 |
| HSL | 269.49º | 0.88% | 0.39% | - |
| HSV(B) | 269.49º | 0.94% | 0.74% | - |
| XYZ | 14.46 | 6.59 | 48.65 | - |
| YUV | 58.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 189 | 0.48 | 0.94 | 0 | 0.26 | 269.49 | 0.88 | 0.39 |
| Hex | 63 | C | BD | 30 | 5E | 0 | 1A | 10D | 58 | 27 |
| Octal | 143 | 14 | 275 | 60 | 136 | 0 | 32 | 415 | 130 | 47 |
| Binary | 1100011 | 1100 | 10111101 | 110000 | 1011110 | 0 | 11010 | 100001101 | 1011000 | 100111 |
Color Harmonies of #630CBD
Complementary color
Monochromatic Colors of #630CBD
Black with #630CBD
Text Example
Text Example
White with #630CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CBD; }
p { color: rgb(99,12,189); }
H1.HeaderClassName
{
color: #630CBD;
}
.AnyTagClassName
{
color: #630CBD;
}
</style>
background-color css
<style>
a { background-color: #630CBD; }
a { background-color: rgb(99,12,189); }
div.DivClassName
{
background-color: #630CBD;
}
.BgClassName
{
background-color: #630CBD;
}
</style>
border-color css
<style>
span { border-color: #630CBD; }
span { border-color: rgb(99,12,189); }
td.TdClassName
{
border-color: #630CBD;
}
.TagClassName
{
border-color: #630CBD;
}
</style>