Shades of Purple Heart #623CBB
Tints of Purple Heart #623CBB
RGB
CMYK
RGB Variations
Color information
#623CBB (or 0x623CBB) is known color: Purple Heart. HEX triplet: 62, 3C and BB. RGB value is (98,60,187). Sum of RGB (Red+Green+Blue) = 98+60+187=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #623CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623CBB is #9DC344. Grayscale: #555555. Windows color (decimal): -10339141 or 12270690. OLE color: 12270690.
HSL color Cylindrical-coordinate representation of color #623CBB: hue angle of 257.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #623CBB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 60 | 187 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.27 |
| HSL | 257.95º | 0.51% | 0.48% | - |
| HSV(B) | 257.95º | 0.68% | 0.73% | - |
| XYZ | 15.62 | 9.42 | 48.01 | - |
| YUV | 85.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 187 | 0.48 | 0.68 | 0 | 0.27 | 257.95 | 0.51 | 0.48 |
| Hex | 62 | 3C | BB | 30 | 44 | 0 | 1B | 102 | 33 | 30 |
| Octal | 142 | 74 | 273 | 60 | 104 | 0 | 33 | 402 | 63 | 60 |
| Binary | 1100010 | 111100 | 10111011 | 110000 | 1000100 | 0 | 11011 | 100000010 | 110011 | 110000 |
Color Harmonies of #623CBB
Complementary color
Monochromatic Colors of #623CBB
Black with #623CBB
Text Example
Text Example
White with #623CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623CBB; }
p { color: rgb(98,60,187); }
H1.HeaderClassName
{
color: #623CBB;
}
.AnyTagClassName
{
color: #623CBB;
}
</style>
background-color css
<style>
a { background-color: #623CBB; }
a { background-color: rgb(98,60,187); }
div.DivClassName
{
background-color: #623CBB;
}
.BgClassName
{
background-color: #623CBB;
}
</style>
border-color css
<style>
span { border-color: #623CBB; }
span { border-color: rgb(98,60,187); }
td.TdClassName
{
border-color: #623CBB;
}
.TagClassName
{
border-color: #623CBB;
}
</style>