Shades of Purple Heart #613AC8
Tints of Purple Heart #613AC8
RGB
CMYK
RGB Variations
Color information
#613AC8 (or 0x613AC8) is known color: Purple Heart. HEX triplet: 61, 3A and C8. RGB value is (97,58,200). Sum of RGB (Red+Green+Blue) = 97+58+200=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #613AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AC8 is #9EC537. Grayscale: #555555. Windows color (decimal): -10405176 or 13122145. OLE color: 13122145.
HSL color Cylindrical-coordinate representation of color #613AC8: hue angle of 256.48º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613AC8 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 58 | 200 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.22 |
| HSL | 256.48º | 0.56% | 0.51% | - |
| HSV(B) | 256.48º | 0.71% | 0.78% | - |
| XYZ | 16.87 | 9.74 | 55.63 | - |
| YUV | 85.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 200 | 0.52 | 0.71 | 0 | 0.22 | 256.48 | 0.56 | 0.51 |
| Hex | 61 | 3A | C8 | 34 | 47 | 0 | 16 | 100 | 38 | 33 |
| Octal | 141 | 72 | 310 | 64 | 107 | 0 | 26 | 400 | 70 | 63 |
| Binary | 1100001 | 111010 | 11001000 | 110100 | 1000111 | 0 | 10110 | 100000000 | 111000 | 110011 |
Color Harmonies of #613AC8
Complementary color
Monochromatic Colors of #613AC8
Black with #613AC8
Text Example
Text Example
White with #613AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AC8; }
p { color: rgb(97,58,200); }
H1.HeaderClassName
{
color: #613AC8;
}
.AnyTagClassName
{
color: #613AC8;
}
</style>
background-color css
<style>
a { background-color: #613AC8; }
a { background-color: rgb(97,58,200); }
div.DivClassName
{
background-color: #613AC8;
}
.BgClassName
{
background-color: #613AC8;
}
</style>
border-color css
<style>
span { border-color: #613AC8; }
span { border-color: rgb(97,58,200); }
td.TdClassName
{
border-color: #613AC8;
}
.TagClassName
{
border-color: #613AC8;
}
</style>