Shades of Purple Heart #613ACB
Tints of Purple Heart #613ACB
RGB
CMYK
RGB Variations
Color information
#613ACB (or 0x613ACB) is known color: Purple Heart. HEX triplet: 61, 3A and CB. RGB value is (97,58,203). Sum of RGB (Red+Green+Blue) = 97+58+203=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #613ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ACB is #9EC534. Grayscale: #555555. Windows color (decimal): -10405173 or 13318753. OLE color: 13318753.
HSL color Cylindrical-coordinate representation of color #613ACB: hue angle of 256.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613ACB is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 58 | 203 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.20 |
| HSL | 256.14º | 0.58% | 0.51% | - |
| HSV(B) | 256.14º | 0.71% | 0.8% | - |
| XYZ | 17.22 | 9.88 | 57.5 | - |
| YUV | 86.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 203 | 0.52 | 0.71 | 0 | 0.20 | 256.14 | 0.58 | 0.51 |
| Hex | 61 | 3A | CB | 34 | 47 | 0 | 14 | 100 | 3A | 33 |
| Octal | 141 | 72 | 313 | 64 | 107 | 0 | 24 | 400 | 72 | 63 |
| Binary | 1100001 | 111010 | 11001011 | 110100 | 1000111 | 0 | 10100 | 100000000 | 111010 | 110011 |
Color Harmonies of #613ACB
Complementary color
Monochromatic Colors of #613ACB
Black with #613ACB
Text Example
Text Example
White with #613ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ACB; }
p { color: rgb(97,58,203); }
H1.HeaderClassName
{
color: #613ACB;
}
.AnyTagClassName
{
color: #613ACB;
}
</style>
background-color css
<style>
a { background-color: #613ACB; }
a { background-color: rgb(97,58,203); }
div.DivClassName
{
background-color: #613ACB;
}
.BgClassName
{
background-color: #613ACB;
}
</style>
border-color css
<style>
span { border-color: #613ACB; }
span { border-color: rgb(97,58,203); }
td.TdClassName
{
border-color: #613ACB;
}
.TagClassName
{
border-color: #613ACB;
}
</style>