Shades of Purple Heart #623DC1
Tints of Purple Heart #623DC1
RGB
CMYK
RGB Variations
Color information
#623DC1 (or 0x623DC1) is known color: Purple Heart. HEX triplet: 62, 3D and C1. RGB value is (98,61,193). Sum of RGB (Red+Green+Blue) = 98+61+193=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #623DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623DC1 is #9DC23E. Grayscale: #565656. Windows color (decimal): -10338879 or 12664162. OLE color: 12664162.
HSL color Cylindrical-coordinate representation of color #623DC1: hue angle of 256.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #623DC1 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 61 | 193 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.24 |
| HSL | 256.82º | 0.52% | 0.5% | - |
| HSV(B) | 256.82º | 0.68% | 0.76% | - |
| XYZ | 16.33 | 9.78 | 51.48 | - |
| YUV | 87.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 193 | 0.49 | 0.68 | 0 | 0.24 | 256.82 | 0.52 | 0.5 |
| Hex | 62 | 3D | C1 | 31 | 44 | 0 | 18 | 101 | 34 | 32 |
| Octal | 142 | 75 | 301 | 61 | 104 | 0 | 30 | 401 | 64 | 62 |
| Binary | 1100010 | 111101 | 11000001 | 110001 | 1000100 | 0 | 11000 | 100000001 | 110100 | 110010 |
Color Harmonies of #623DC1
Complementary color
Monochromatic Colors of #623DC1
Black with #623DC1
Text Example
Text Example
White with #623DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623DC1; }
p { color: rgb(98,61,193); }
H1.HeaderClassName
{
color: #623DC1;
}
.AnyTagClassName
{
color: #623DC1;
}
</style>
background-color css
<style>
a { background-color: #623DC1; }
a { background-color: rgb(98,61,193); }
div.DivClassName
{
background-color: #623DC1;
}
.BgClassName
{
background-color: #623DC1;
}
</style>
border-color css
<style>
span { border-color: #623DC1; }
span { border-color: rgb(98,61,193); }
td.TdClassName
{
border-color: #623DC1;
}
.TagClassName
{
border-color: #623DC1;
}
</style>