Shades of Purple Heart #613ACF
Tints of Purple Heart #613ACF
RGB
CMYK
RGB Variations
Color information
#613ACF (or 0x613ACF) is known color: Purple Heart. HEX triplet: 61, 3A and CF. RGB value is (97,58,207). Sum of RGB (Red+Green+Blue) = 97+58+207=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #613ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ACF is #9EC530. Grayscale: #565656. Windows color (decimal): -10405169 or 13580897. OLE color: 13580897.
HSL color Cylindrical-coordinate representation of color #613ACF: hue angle of 255.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613ACF is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 58 | 207 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.19 |
| HSL | 255.7º | 0.61% | 0.52% | - |
| HSV(B) | 255.7º | 0.72% | 0.81% | - |
| XYZ | 17.71 | 10.07 | 60.04 | - |
| YUV | 86.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 207 | 0.53 | 0.72 | 0 | 0.19 | 255.7 | 0.61 | 0.52 |
| Hex | 61 | 3A | CF | 35 | 48 | 0 | 13 | 100 | 3D | 34 |
| Octal | 141 | 72 | 317 | 65 | 110 | 0 | 23 | 400 | 75 | 64 |
| Binary | 1100001 | 111010 | 11001111 | 110101 | 1001000 | 0 | 10011 | 100000000 | 111101 | 110100 |
Color Harmonies of #613ACF
Complementary color
Monochromatic Colors of #613ACF
Black with #613ACF
Text Example
Text Example
White with #613ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ACF; }
p { color: rgb(97,58,207); }
H1.HeaderClassName
{
color: #613ACF;
}
.AnyTagClassName
{
color: #613ACF;
}
</style>
background-color css
<style>
a { background-color: #613ACF; }
a { background-color: rgb(97,58,207); }
div.DivClassName
{
background-color: #613ACF;
}
.BgClassName
{
background-color: #613ACF;
}
</style>
border-color css
<style>
span { border-color: #613ACF; }
span { border-color: rgb(97,58,207); }
td.TdClassName
{
border-color: #613ACF;
}
.TagClassName
{
border-color: #613ACF;
}
</style>