Shades of Purple Heart #611CCC
Tints of Purple Heart #611CCC
RGB
CMYK
RGB Variations
Color information
#611CCC (or 0x611CCC) is known color: Purple Heart. HEX triplet: 61, 1C and CC. RGB value is (97,28,204). Sum of RGB (Red+Green+Blue) = 97+28+204=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #611CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CCC is #9EE333. Grayscale: #444444. Windows color (decimal): -10412852 or 13376609. OLE color: 13376609.
HSL color Cylindrical-coordinate representation of color #611CCC: hue angle of 263.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611CCC is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 28 | 204 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.2 |
| HSL | 263.52º | 0.76% | 0.45% | - |
| HSV(B) | 263.52º | 0.86% | 0.8% | - |
| XYZ | 16.24 | 7.73 | 57.76 | - |
| YUV | 68.7 | 204.36 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 204 | 0.52 | 0.86 | 0 | 0.2 | 263.52 | 0.76 | 0.45 |
| Hex | 61 | 1C | CC | 34 | 56 | 0 | 14 | 108 | 4C | 2D |
| Octal | 141 | 34 | 314 | 64 | 126 | 0 | 24 | 410 | 114 | 55 |
| Binary | 1100001 | 11100 | 11001100 | 110100 | 1010110 | 0 | 10100 | 100001000 | 1001100 | 101101 |
Color Harmonies of #611CCC
Complementary color
Monochromatic Colors of #611CCC
Black with #611CCC
Text Example
Text Example
White with #611CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CCC; }
p { color: rgb(97,28,204); }
H1.HeaderClassName
{
color: #611CCC;
}
.AnyTagClassName
{
color: #611CCC;
}
</style>
background-color css
<style>
a { background-color: #611CCC; }
a { background-color: rgb(97,28,204); }
div.DivClassName
{
background-color: #611CCC;
}
.BgClassName
{
background-color: #611CCC;
}
</style>
border-color css
<style>
span { border-color: #611CCC; }
span { border-color: rgb(97,28,204); }
td.TdClassName
{
border-color: #611CCC;
}
.TagClassName
{
border-color: #611CCC;
}
</style>