Shades of Purple Heart #623BCC
Tints of Purple Heart #623BCC
RGB
CMYK
RGB Variations
Color information
#623BCC (or 0x623BCC) is known color: Purple Heart. HEX triplet: 62, 3B and CC. RGB value is (98,59,204). Sum of RGB (Red+Green+Blue) = 98+59+204=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #623BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623BCC is #9DC433. Grayscale: #565656. Windows color (decimal): -10339380 or 13384546. OLE color: 13384546.
HSL color Cylindrical-coordinate representation of color #623BCC: hue angle of 256.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #623BCC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 59 | 204 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.2 |
| HSL | 256.14º | 0.59% | 0.52% | - |
| HSV(B) | 256.14º | 0.71% | 0.8% | - |
| XYZ | 17.5 | 10.08 | 58.15 | - |
| YUV | 87.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 204 | 0.52 | 0.71 | 0 | 0.2 | 256.14 | 0.59 | 0.52 |
| Hex | 62 | 3B | CC | 34 | 47 | 0 | 14 | 100 | 3B | 34 |
| Octal | 142 | 73 | 314 | 64 | 107 | 0 | 24 | 400 | 73 | 64 |
| Binary | 1100010 | 111011 | 11001100 | 110100 | 1000111 | 0 | 10100 | 100000000 | 111011 | 110100 |
Color Harmonies of #623BCC
Complementary color
Monochromatic Colors of #623BCC
Black with #623BCC
Text Example
Text Example
White with #623BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623BCC; }
p { color: rgb(98,59,204); }
H1.HeaderClassName
{
color: #623BCC;
}
.AnyTagClassName
{
color: #623BCC;
}
</style>
background-color css
<style>
a { background-color: #623BCC; }
a { background-color: rgb(98,59,204); }
div.DivClassName
{
background-color: #623BCC;
}
.BgClassName
{
background-color: #623BCC;
}
</style>
border-color css
<style>
span { border-color: #623BCC; }
span { border-color: rgb(98,59,204); }
td.TdClassName
{
border-color: #623BCC;
}
.TagClassName
{
border-color: #623BCC;
}
</style>