Shades of Purple Heart #6107CC
Tints of Purple Heart #6107CC
RGB
CMYK
RGB Variations
Color information
#6107CC (or 0x6107CC) is known color: Purple Heart. HEX triplet: 61, 07 and CC. RGB value is (97,7,204). Sum of RGB (Red+Green+Blue) = 97+7+204=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #6107CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107CC is #9EF833. Grayscale: #373737. Windows color (decimal): -10418228 or 13371233. OLE color: 13371233.
HSL color Cylindrical-coordinate representation of color #6107CC: hue angle of 267.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6107CC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 7 | 204 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.2 |
| HSL | 267.41º | 0.93% | 0.41% | - |
| HSV(B) | 267.41º | 0.97% | 0.8% | - |
| XYZ | 15.9 | 7.05 | 57.65 | - |
| YUV | 56.37 | 211.32 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 204 | 0.52 | 0.97 | 0 | 0.2 | 267.41 | 0.93 | 0.41 |
| Hex | 61 | 7 | CC | 34 | 61 | 0 | 14 | 10B | 5D | 29 |
| Octal | 141 | 7 | 314 | 64 | 141 | 0 | 24 | 413 | 135 | 51 |
| Binary | 1100001 | 111 | 11001100 | 110100 | 1100001 | 0 | 10100 | 100001011 | 1011101 | 101001 |
Color Harmonies of #6107CC
Complementary color
Monochromatic Colors of #6107CC
Black with #6107CC
Text Example
Text Example
White with #6107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107CC; }
p { color: rgb(97,7,204); }
H1.HeaderClassName
{
color: #6107CC;
}
.AnyTagClassName
{
color: #6107CC;
}
</style>
background-color css
<style>
a { background-color: #6107CC; }
a { background-color: rgb(97,7,204); }
div.DivClassName
{
background-color: #6107CC;
}
.BgClassName
{
background-color: #6107CC;
}
</style>
border-color css
<style>
span { border-color: #6107CC; }
span { border-color: rgb(97,7,204); }
td.TdClassName
{
border-color: #6107CC;
}
.TagClassName
{
border-color: #6107CC;
}
</style>