Shades of Purple Heart #631BBD
Tints of Purple Heart #631BBD
RGB
CMYK
RGB Variations
Color information
#631BBD (or 0x631BBD) is known color: Purple Heart. HEX triplet: 63, 1B and BD. RGB value is (99,27,189). Sum of RGB (Red+Green+Blue) = 99+27+189=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #631BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BBD is #9CE442. Grayscale: #424242. Windows color (decimal): -10282051 or 12393315. OLE color: 12393315.
HSL color Cylindrical-coordinate representation of color #631BBD: hue angle of 266.67º degrees, saturation: 0.75, 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 #631BBD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 27 | 189 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.26 |
| HSL | 266.67º | 0.75% | 0.42% | - |
| HSV(B) | 266.67º | 0.86% | 0.74% | - |
| XYZ | 14.72 | 7.11 | 48.74 | - |
| YUV | 67 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 189 | 0.48 | 0.86 | 0 | 0.26 | 266.67 | 0.75 | 0.42 |
| Hex | 63 | 1B | BD | 30 | 56 | 0 | 1A | 10B | 4B | 2A |
| Octal | 143 | 33 | 275 | 60 | 126 | 0 | 32 | 413 | 113 | 52 |
| Binary | 1100011 | 11011 | 10111101 | 110000 | 1010110 | 0 | 11010 | 100001011 | 1001011 | 101010 |
Color Harmonies of #631BBD
Complementary color
Monochromatic Colors of #631BBD
Black with #631BBD
Text Example
Text Example
White with #631BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631BBD; }
p { color: rgb(99,27,189); }
H1.HeaderClassName
{
color: #631BBD;
}
.AnyTagClassName
{
color: #631BBD;
}
</style>
background-color css
<style>
a { background-color: #631BBD; }
a { background-color: rgb(99,27,189); }
div.DivClassName
{
background-color: #631BBD;
}
.BgClassName
{
background-color: #631BBD;
}
</style>
border-color css
<style>
span { border-color: #631BBD; }
span { border-color: rgb(99,27,189); }
td.TdClassName
{
border-color: #631BBD;
}
.TagClassName
{
border-color: #631BBD;
}
</style>