Shades of Purple Heart #623AC2
Tints of Purple Heart #623AC2
RGB
CMYK
RGB Variations
Color information
#623AC2 (or 0x623AC2) is known color: Purple Heart. HEX triplet: 62, 3A and C2. RGB value is (98,58,194). Sum of RGB (Red+Green+Blue) = 98+58+194=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #623AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623AC2 is #9DC53D. Grayscale: #545454. Windows color (decimal): -10339646 or 12728930. OLE color: 12728930.
HSL color Cylindrical-coordinate representation of color #623AC2: hue angle of 257.65º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #623AC2 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 58 | 194 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.24 |
| HSL | 257.65º | 0.54% | 0.49% | - |
| HSV(B) | 257.65º | 0.7% | 0.76% | - |
| XYZ | 16.29 | 9.52 | 52.02 | - |
| YUV | 85.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 194 | 0.49 | 0.70 | 0 | 0.24 | 257.65 | 0.54 | 0.49 |
| Hex | 62 | 3A | C2 | 31 | 46 | 0 | 18 | 102 | 36 | 31 |
| Octal | 142 | 72 | 302 | 61 | 106 | 0 | 30 | 402 | 66 | 61 |
| Binary | 1100010 | 111010 | 11000010 | 110001 | 1000110 | 0 | 11000 | 100000010 | 110110 | 110001 |
Color Harmonies of #623AC2
Complementary color
Monochromatic Colors of #623AC2
Black with #623AC2
Text Example
Text Example
White with #623AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623AC2; }
p { color: rgb(98,58,194); }
H1.HeaderClassName
{
color: #623AC2;
}
.AnyTagClassName
{
color: #623AC2;
}
</style>
background-color css
<style>
a { background-color: #623AC2; }
a { background-color: rgb(98,58,194); }
div.DivClassName
{
background-color: #623AC2;
}
.BgClassName
{
background-color: #623AC2;
}
</style>
border-color css
<style>
span { border-color: #623AC2; }
span { border-color: rgb(98,58,194); }
td.TdClassName
{
border-color: #623AC2;
}
.TagClassName
{
border-color: #623AC2;
}
</style>