Shades of Purple Heart #623FC0
Tints of Purple Heart #623FC0
RGB
CMYK
RGB Variations
Color information
#623FC0 (or 0x623FC0) is known color: Purple Heart. HEX triplet: 62, 3F and C0. RGB value is (98,63,192). Sum of RGB (Red+Green+Blue) = 98+63+192=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #623FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623FC0 is #9DC03F. Grayscale: #575757. Windows color (decimal): -10338368 or 12599138. OLE color: 12599138.
HSL color Cylindrical-coordinate representation of color #623FC0: hue angle of 256.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #623FC0 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 63 | 192 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.25 |
| HSL | 256.28º | 0.51% | 0.5% | - |
| HSV(B) | 256.28º | 0.67% | 0.75% | - |
| XYZ | 16.33 | 9.96 | 50.93 | - |
| YUV | 88.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 192 | 0.49 | 0.67 | 0 | 0.25 | 256.28 | 0.51 | 0.5 |
| Hex | 62 | 3F | C0 | 31 | 43 | 0 | 19 | 100 | 33 | 32 |
| Octal | 142 | 77 | 300 | 61 | 103 | 0 | 31 | 400 | 63 | 62 |
| Binary | 1100010 | 111111 | 11000000 | 110001 | 1000011 | 0 | 11001 | 100000000 | 110011 | 110010 |
Color Harmonies of #623FC0
Complementary color
Monochromatic Colors of #623FC0
Black with #623FC0
Text Example
Text Example
White with #623FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623FC0; }
p { color: rgb(98,63,192); }
H1.HeaderClassName
{
color: #623FC0;
}
.AnyTagClassName
{
color: #623FC0;
}
</style>
background-color css
<style>
a { background-color: #623FC0; }
a { background-color: rgb(98,63,192); }
div.DivClassName
{
background-color: #623FC0;
}
.BgClassName
{
background-color: #623FC0;
}
</style>
border-color css
<style>
span { border-color: #623FC0; }
span { border-color: rgb(98,63,192); }
td.TdClassName
{
border-color: #623FC0;
}
.TagClassName
{
border-color: #623FC0;
}
</style>