Shades of Purple Heart #6115CC
Tints of Purple Heart #6115CC
RGB
CMYK
RGB Variations
Color information
#6115CC (or 0x6115CC) is known color: Purple Heart. HEX triplet: 61, 15 and CC. RGB value is (97,21,204). Sum of RGB (Red+Green+Blue) = 97+21+204=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #6115CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115CC is #9EEA33. Grayscale: #3F3F3F. Windows color (decimal): -10414644 or 13374817. OLE color: 13374817.
HSL color Cylindrical-coordinate representation of color #6115CC: hue angle of 264.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6115CC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 21 | 204 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.2 |
| HSL | 264.92º | 0.81% | 0.44% | - |
| HSV(B) | 264.92º | 0.9% | 0.8% | - |
| XYZ | 16.1 | 7.44 | 57.71 | - |
| YUV | 64.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 204 | 0.52 | 0.90 | 0 | 0.2 | 264.92 | 0.81 | 0.44 |
| Hex | 61 | 15 | CC | 34 | 5A | 0 | 14 | 109 | 51 | 2C |
| Octal | 141 | 25 | 314 | 64 | 132 | 0 | 24 | 411 | 121 | 54 |
| Binary | 1100001 | 10101 | 11001100 | 110100 | 1011010 | 0 | 10100 | 100001001 | 1010001 | 101100 |
Color Harmonies of #6115CC
Complementary color
Monochromatic Colors of #6115CC
Black with #6115CC
Text Example
Text Example
White with #6115CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115CC; }
p { color: rgb(97,21,204); }
H1.HeaderClassName
{
color: #6115CC;
}
.AnyTagClassName
{
color: #6115CC;
}
</style>
background-color css
<style>
a { background-color: #6115CC; }
a { background-color: rgb(97,21,204); }
div.DivClassName
{
background-color: #6115CC;
}
.BgClassName
{
background-color: #6115CC;
}
</style>
border-color css
<style>
span { border-color: #6115CC; }
span { border-color: rgb(97,21,204); }
td.TdClassName
{
border-color: #6115CC;
}
.TagClassName
{
border-color: #6115CC;
}
</style>