Shades of Purple Heart #623DBD
Tints of Purple Heart #623DBD
RGB
CMYK
RGB Variations
Color information
#623DBD (or 0x623DBD) is known color: Purple Heart. HEX triplet: 62, 3D and BD. RGB value is (98,61,189). Sum of RGB (Red+Green+Blue) = 98+61+189=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #623DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623DBD is #9DC242. Grayscale: #565656. Windows color (decimal): -10338883 or 12402018. OLE color: 12402018.
HSL color Cylindrical-coordinate representation of color #623DBD: hue angle of 257.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #623DBD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 61 | 189 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.26 |
| HSL | 257.34º | 0.51% | 0.49% | - |
| HSV(B) | 257.34º | 0.68% | 0.74% | - |
| XYZ | 15.89 | 9.61 | 49.16 | - |
| YUV | 86.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 189 | 0.48 | 0.68 | 0 | 0.26 | 257.34 | 0.51 | 0.49 |
| Hex | 62 | 3D | BD | 30 | 44 | 0 | 1A | 101 | 33 | 31 |
| Octal | 142 | 75 | 275 | 60 | 104 | 0 | 32 | 401 | 63 | 61 |
| Binary | 1100010 | 111101 | 10111101 | 110000 | 1000100 | 0 | 11010 | 100000001 | 110011 | 110001 |
Color Harmonies of #623DBD
Complementary color
Monochromatic Colors of #623DBD
Black with #623DBD
Text Example
Text Example
White with #623DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623DBD; }
p { color: rgb(98,61,189); }
H1.HeaderClassName
{
color: #623DBD;
}
.AnyTagClassName
{
color: #623DBD;
}
</style>
background-color css
<style>
a { background-color: #623DBD; }
a { background-color: rgb(98,61,189); }
div.DivClassName
{
background-color: #623DBD;
}
.BgClassName
{
background-color: #623DBD;
}
</style>
border-color css
<style>
span { border-color: #623DBD; }
span { border-color: rgb(98,61,189); }
td.TdClassName
{
border-color: #623DBD;
}
.TagClassName
{
border-color: #623DBD;
}
</style>