Shades of Purple Heart #623DBA
Tints of Purple Heart #623DBA
RGB
CMYK
RGB Variations
Color information
#623DBA (or 0x623DBA) is known color: Purple Heart. HEX triplet: 62, 3D and BA. RGB value is (98,61,186). Sum of RGB (Red+Green+Blue) = 98+61+186=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #623DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623DBA is #9DC245. Grayscale: #555555. Windows color (decimal): -10338886 or 12205410. OLE color: 12205410.
HSL color Cylindrical-coordinate representation of color #623DBA: hue angle of 257.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #623DBA is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 61 | 186 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.27 |
| HSL | 257.76º | 0.51% | 0.48% | - |
| HSV(B) | 257.76º | 0.67% | 0.73% | - |
| XYZ | 15.57 | 9.48 | 47.46 | - |
| YUV | 86.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 186 | 0.47 | 0.67 | 0 | 0.27 | 257.76 | 0.51 | 0.48 |
| Hex | 62 | 3D | BA | 2F | 43 | 0 | 1B | 102 | 33 | 30 |
| Octal | 142 | 75 | 272 | 57 | 103 | 0 | 33 | 402 | 63 | 60 |
| Binary | 1100010 | 111101 | 10111010 | 101111 | 1000011 | 0 | 11011 | 100000010 | 110011 | 110000 |
Color Harmonies of #623DBA
Complementary color
Monochromatic Colors of #623DBA
Black with #623DBA
Text Example
Text Example
White with #623DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623DBA; }
p { color: rgb(98,61,186); }
H1.HeaderClassName
{
color: #623DBA;
}
.AnyTagClassName
{
color: #623DBA;
}
</style>
background-color css
<style>
a { background-color: #623DBA; }
a { background-color: rgb(98,61,186); }
div.DivClassName
{
background-color: #623DBA;
}
.BgClassName
{
background-color: #623DBA;
}
</style>
border-color css
<style>
span { border-color: #623DBA; }
span { border-color: rgb(98,61,186); }
td.TdClassName
{
border-color: #623DBA;
}
.TagClassName
{
border-color: #623DBA;
}
</style>