Shades of Purple Heart #630ABB
Tints of Purple Heart #630ABB
RGB
CMYK
RGB Variations
Color information
#630ABB (or 0x630ABB) is known color: Purple Heart. HEX triplet: 63, 0A and BB. RGB value is (99,10,187). Sum of RGB (Red+Green+Blue) = 99+10+187=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #630ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ABB is #9CF544. Grayscale: #383838. Windows color (decimal): -10286405 or 12257891. OLE color: 12257891.
HSL color Cylindrical-coordinate representation of color #630ABB: hue angle of 270.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630ABB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 10 | 187 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270.17º | 0.9% | 0.39% | - |
| HSV(B) | 270.17º | 0.95% | 0.73% | - |
| XYZ | 14.22 | 6.46 | 47.51 | - |
| YUV | 56.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 187 | 0.47 | 0.95 | 0 | 0.27 | 270.17 | 0.9 | 0.39 |
| Hex | 63 | A | BB | 2F | 5F | 0 | 1B | 10E | 5A | 27 |
| Octal | 143 | 12 | 273 | 57 | 137 | 0 | 33 | 416 | 132 | 47 |
| Binary | 1100011 | 1010 | 10111011 | 101111 | 1011111 | 0 | 11011 | 100001110 | 1011010 | 100111 |
Color Harmonies of #630ABB
Complementary color
Monochromatic Colors of #630ABB
Black with #630ABB
Text Example
Text Example
White with #630ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630ABB; }
p { color: rgb(99,10,187); }
H1.HeaderClassName
{
color: #630ABB;
}
.AnyTagClassName
{
color: #630ABB;
}
</style>
background-color css
<style>
a { background-color: #630ABB; }
a { background-color: rgb(99,10,187); }
div.DivClassName
{
background-color: #630ABB;
}
.BgClassName
{
background-color: #630ABB;
}
</style>
border-color css
<style>
span { border-color: #630ABB; }
span { border-color: rgb(99,10,187); }
td.TdClassName
{
border-color: #630ABB;
}
.TagClassName
{
border-color: #630ABB;
}
</style>