Shades of Purple Heart #623FC2
Tints of Purple Heart #623FC2
RGB
CMYK
RGB Variations
Color information
#623FC2 (or 0x623FC2) is known color: Purple Heart. HEX triplet: 62, 3F and C2. RGB value is (98,63,194). Sum of RGB (Red+Green+Blue) = 98+63+194=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #623FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623FC2 is #9DC03D. Grayscale: #575757. Windows color (decimal): -10338366 or 12730210. OLE color: 12730210.
HSL color Cylindrical-coordinate representation of color #623FC2: hue angle of 256.03º 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 #623FC2 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 63 | 194 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.24 |
| HSL | 256.03º | 0.52% | 0.5% | - |
| HSV(B) | 256.03º | 0.68% | 0.76% | - |
| XYZ | 16.55 | 10.05 | 52.11 | - |
| YUV | 88.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 194 | 0.49 | 0.68 | 0 | 0.24 | 256.03 | 0.52 | 0.5 |
| Hex | 62 | 3F | C2 | 31 | 44 | 0 | 18 | 100 | 34 | 32 |
| Octal | 142 | 77 | 302 | 61 | 104 | 0 | 30 | 400 | 64 | 62 |
| Binary | 1100010 | 111111 | 11000010 | 110001 | 1000100 | 0 | 11000 | 100000000 | 110100 | 110010 |
Color Harmonies of #623FC2
Complementary color
Monochromatic Colors of #623FC2
Black with #623FC2
Text Example
Text Example
White with #623FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623FC2; }
p { color: rgb(98,63,194); }
H1.HeaderClassName
{
color: #623FC2;
}
.AnyTagClassName
{
color: #623FC2;
}
</style>
background-color css
<style>
a { background-color: #623FC2; }
a { background-color: rgb(98,63,194); }
div.DivClassName
{
background-color: #623FC2;
}
.BgClassName
{
background-color: #623FC2;
}
</style>
border-color css
<style>
span { border-color: #623FC2; }
span { border-color: rgb(98,63,194); }
td.TdClassName
{
border-color: #623FC2;
}
.TagClassName
{
border-color: #623FC2;
}
</style>