Shades of Purple Heart #623ABC
Tints of Purple Heart #623ABC
RGB
CMYK
RGB Variations
Color information
#623ABC (or 0x623ABC) is known color: Purple Heart. HEX triplet: 62, 3A and BC. RGB value is (98,58,188). Sum of RGB (Red+Green+Blue) = 98+58+188=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #623ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623ABC is #9DC543. Grayscale: #545454. Windows color (decimal): -10339652 or 12335714. OLE color: 12335714.
HSL color Cylindrical-coordinate representation of color #623ABC: hue angle of 258.46º degrees, saturation: 0.53, 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 #623ABC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 58 | 188 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.26 |
| HSL | 258.46º | 0.53% | 0.48% | - |
| HSV(B) | 258.46º | 0.69% | 0.74% | - |
| XYZ | 15.63 | 9.25 | 48.54 | - |
| YUV | 84.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 188 | 0.48 | 0.69 | 0 | 0.26 | 258.46 | 0.53 | 0.48 |
| Hex | 62 | 3A | BC | 30 | 45 | 0 | 1A | 102 | 35 | 30 |
| Octal | 142 | 72 | 274 | 60 | 105 | 0 | 32 | 402 | 65 | 60 |
| Binary | 1100010 | 111010 | 10111100 | 110000 | 1000101 | 0 | 11010 | 100000010 | 110101 | 110000 |
Color Harmonies of #623ABC
Complementary color
Monochromatic Colors of #623ABC
Black with #623ABC
Text Example
Text Example
White with #623ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623ABC; }
p { color: rgb(98,58,188); }
H1.HeaderClassName
{
color: #623ABC;
}
.AnyTagClassName
{
color: #623ABC;
}
</style>
background-color css
<style>
a { background-color: #623ABC; }
a { background-color: rgb(98,58,188); }
div.DivClassName
{
background-color: #623ABC;
}
.BgClassName
{
background-color: #623ABC;
}
</style>
border-color css
<style>
span { border-color: #623ABC; }
span { border-color: rgb(98,58,188); }
td.TdClassName
{
border-color: #623ABC;
}
.TagClassName
{
border-color: #623ABC;
}
</style>