Shades of Purple Heart #623BBC
Tints of Purple Heart #623BBC
RGB
CMYK
RGB Variations
Color information
#623BBC (or 0x623BBC) is known color: Purple Heart. HEX triplet: 62, 3B and BC. RGB value is (98,59,188). Sum of RGB (Red+Green+Blue) = 98+59+188=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #623BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623BBC is #9DC443. Grayscale: #545454. Windows color (decimal): -10339396 or 12335970. OLE color: 12335970.
HSL color Cylindrical-coordinate representation of color #623BBC: hue angle of 258.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #623BBC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 59 | 188 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.26 |
| HSL | 258.14º | 0.52% | 0.48% | - |
| HSV(B) | 258.14º | 0.69% | 0.74% | - |
| XYZ | 15.68 | 9.36 | 48.56 | - |
| YUV | 85.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 188 | 0.48 | 0.69 | 0 | 0.26 | 258.14 | 0.52 | 0.48 |
| Hex | 62 | 3B | BC | 30 | 45 | 0 | 1A | 102 | 34 | 30 |
| Octal | 142 | 73 | 274 | 60 | 105 | 0 | 32 | 402 | 64 | 60 |
| Binary | 1100010 | 111011 | 10111100 | 110000 | 1000101 | 0 | 11010 | 100000010 | 110100 | 110000 |
Color Harmonies of #623BBC
Complementary color
Monochromatic Colors of #623BBC
Black with #623BBC
Text Example
Text Example
White with #623BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623BBC; }
p { color: rgb(98,59,188); }
H1.HeaderClassName
{
color: #623BBC;
}
.AnyTagClassName
{
color: #623BBC;
}
</style>
background-color css
<style>
a { background-color: #623BBC; }
a { background-color: rgb(98,59,188); }
div.DivClassName
{
background-color: #623BBC;
}
.BgClassName
{
background-color: #623BBC;
}
</style>
border-color css
<style>
span { border-color: #623BBC; }
span { border-color: rgb(98,59,188); }
td.TdClassName
{
border-color: #623BBC;
}
.TagClassName
{
border-color: #623BBC;
}
</style>