Shades of Purple Heart #613FC9
Tints of Purple Heart #613FC9
RGB
CMYK
RGB Variations
Color information
#613FC9 (or 0x613FC9) is known color: Purple Heart. HEX triplet: 61, 3F and C9. RGB value is (97,63,201). Sum of RGB (Red+Green+Blue) = 97+63+201=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #613FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FC9 is #9EC036. Grayscale: #585858. Windows color (decimal): -10403895 or 13188961. OLE color: 13188961.
HSL color Cylindrical-coordinate representation of color #613FC9: hue angle of 254.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FC9 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 63 | 201 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.21 |
| HSL | 254.78º | 0.56% | 0.52% | - |
| HSV(B) | 254.78º | 0.69% | 0.79% | - |
| XYZ | 17.25 | 10.31 | 56.34 | - |
| YUV | 88.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 201 | 0.52 | 0.69 | 0 | 0.21 | 254.78 | 0.56 | 0.52 |
| Hex | 61 | 3F | C9 | 34 | 45 | 0 | 15 | FF | 38 | 34 |
| Octal | 141 | 77 | 311 | 64 | 105 | 0 | 25 | 377 | 70 | 64 |
| Binary | 1100001 | 111111 | 11001001 | 110100 | 1000101 | 0 | 10101 | 11111111 | 111000 | 110100 |
Color Harmonies of #613FC9
Complementary color
Monochromatic Colors of #613FC9
Black with #613FC9
Text Example
Text Example
White with #613FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FC9; }
p { color: rgb(97,63,201); }
H1.HeaderClassName
{
color: #613FC9;
}
.AnyTagClassName
{
color: #613FC9;
}
</style>
background-color css
<style>
a { background-color: #613FC9; }
a { background-color: rgb(97,63,201); }
div.DivClassName
{
background-color: #613FC9;
}
.BgClassName
{
background-color: #613FC9;
}
</style>
border-color css
<style>
span { border-color: #613FC9; }
span { border-color: rgb(97,63,201); }
td.TdClassName
{
border-color: #613FC9;
}
.TagClassName
{
border-color: #613FC9;
}
</style>