Shades of Purple Heart #630BAD
Tints of Purple Heart #630BAD
RGB
CMYK
RGB Variations
Color information
#630BAD (or 0x630BAD) is known color: Purple Heart. HEX triplet: 63, 0B and AD. RGB value is (99,11,173). Sum of RGB (Red+Green+Blue) = 99+11+173=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #630BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAD is #9CF452. Grayscale: #373737. Windows color (decimal): -10286163 or 11340643. OLE color: 11340643.
HSL color Cylindrical-coordinate representation of color #630BAD: hue angle of 272.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BAD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 11 | 173 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.32 |
| HSL | 272.59º | 0.88% | 0.36% | - |
| HSV(B) | 272.59º | 0.94% | 0.68% | - |
| XYZ | 12.81 | 5.91 | 40 | - |
| YUV | 55.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 173 | 0.43 | 0.94 | 0 | 0.32 | 272.59 | 0.88 | 0.36 |
| Hex | 63 | B | AD | 2B | 5E | 0 | 20 | 111 | 58 | 24 |
| Octal | 143 | 13 | 255 | 53 | 136 | 0 | 40 | 421 | 130 | 44 |
| Binary | 1100011 | 1011 | 10101101 | 101011 | 1011110 | 0 | 100000 | 100010001 | 1011000 | 100100 |
Color Harmonies of #630BAD
Complementary color
Monochromatic Colors of #630BAD
Black with #630BAD
Text Example
Text Example
White with #630BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BAD; }
p { color: rgb(99,11,173); }
H1.HeaderClassName
{
color: #630BAD;
}
.AnyTagClassName
{
color: #630BAD;
}
</style>
background-color css
<style>
a { background-color: #630BAD; }
a { background-color: rgb(99,11,173); }
div.DivClassName
{
background-color: #630BAD;
}
.BgClassName
{
background-color: #630BAD;
}
</style>
border-color css
<style>
span { border-color: #630BAD; }
span { border-color: rgb(99,11,173); }
td.TdClassName
{
border-color: #630BAD;
}
.TagClassName
{
border-color: #630BAD;
}
</style>