Shades of Purple Heart #631ABD
Tints of Purple Heart #631ABD
RGB
CMYK
RGB Variations
Color information
#631ABD (or 0x631ABD) is known color: Purple Heart. HEX triplet: 63, 1A and BD. RGB value is (99,26,189). Sum of RGB (Red+Green+Blue) = 99+26+189=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #631ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ABD is #9CE542. Grayscale: #414141. Windows color (decimal): -10282307 or 12393059. OLE color: 12393059.
HSL color Cylindrical-coordinate representation of color #631ABD: hue angle of 266.87º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631ABD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 26 | 189 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.26 |
| HSL | 266.87º | 0.76% | 0.42% | - |
| HSV(B) | 266.87º | 0.86% | 0.74% | - |
| XYZ | 14.7 | 7.07 | 48.73 | - |
| YUV | 66.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 189 | 0.48 | 0.86 | 0 | 0.26 | 266.87 | 0.76 | 0.42 |
| Hex | 63 | 1A | BD | 30 | 56 | 0 | 1A | 10B | 4C | 2A |
| Octal | 143 | 32 | 275 | 60 | 126 | 0 | 32 | 413 | 114 | 52 |
| Binary | 1100011 | 11010 | 10111101 | 110000 | 1010110 | 0 | 11010 | 100001011 | 1001100 | 101010 |
Color Harmonies of #631ABD
Complementary color
Monochromatic Colors of #631ABD
Black with #631ABD
Text Example
Text Example
White with #631ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631ABD; }
p { color: rgb(99,26,189); }
H1.HeaderClassName
{
color: #631ABD;
}
.AnyTagClassName
{
color: #631ABD;
}
</style>
background-color css
<style>
a { background-color: #631ABD; }
a { background-color: rgb(99,26,189); }
div.DivClassName
{
background-color: #631ABD;
}
.BgClassName
{
background-color: #631ABD;
}
</style>
border-color css
<style>
span { border-color: #631ABD; }
span { border-color: rgb(99,26,189); }
td.TdClassName
{
border-color: #631ABD;
}
.TagClassName
{
border-color: #631ABD;
}
</style>