Shades of Purple Heart #613FCC
Tints of Purple Heart #613FCC
RGB
CMYK
RGB Variations
Color information
#613FCC (or 0x613FCC) is known color: Purple Heart. HEX triplet: 61, 3F and CC. RGB value is (97,63,204). Sum of RGB (Red+Green+Blue) = 97+63+204=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #613FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FCC is #9EC033. Grayscale: #585858. Windows color (decimal): -10403892 or 13385569. OLE color: 13385569.
HSL color Cylindrical-coordinate representation of color #613FCC: hue angle of 254.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FCC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 63 | 204 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.2 |
| HSL | 254.47º | 0.58% | 0.52% | - |
| HSV(B) | 254.47º | 0.69% | 0.8% | - |
| XYZ | 17.61 | 10.46 | 58.22 | - |
| YUV | 89.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 204 | 0.52 | 0.69 | 0 | 0.2 | 254.47 | 0.58 | 0.52 |
| Hex | 61 | 3F | CC | 34 | 45 | 0 | 14 | FE | 3A | 34 |
| Octal | 141 | 77 | 314 | 64 | 105 | 0 | 24 | 376 | 72 | 64 |
| Binary | 1100001 | 111111 | 11001100 | 110100 | 1000101 | 0 | 10100 | 11111110 | 111010 | 110100 |
Color Harmonies of #613FCC
Complementary color
Monochromatic Colors of #613FCC
Black with #613FCC
Text Example
Text Example
White with #613FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FCC; }
p { color: rgb(97,63,204); }
H1.HeaderClassName
{
color: #613FCC;
}
.AnyTagClassName
{
color: #613FCC;
}
</style>
background-color css
<style>
a { background-color: #613FCC; }
a { background-color: rgb(97,63,204); }
div.DivClassName
{
background-color: #613FCC;
}
.BgClassName
{
background-color: #613FCC;
}
</style>
border-color css
<style>
span { border-color: #613FCC; }
span { border-color: rgb(97,63,204); }
td.TdClassName
{
border-color: #613FCC;
}
.TagClassName
{
border-color: #613FCC;
}
</style>