Shades of Purple Heart #6107CB
Tints of Purple Heart #6107CB
RGB
CMYK
RGB Variations
Color information
#6107CB (or 0x6107CB) is known color: Purple Heart. HEX triplet: 61, 07 and CB. RGB value is (97,7,203). Sum of RGB (Red+Green+Blue) = 97+7+203=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #6107CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107CB is #9EF834. Grayscale: #373737. Windows color (decimal): -10418229 or 13305697. OLE color: 13305697.
HSL color Cylindrical-coordinate representation of color #6107CB: hue angle of 267.55º 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 #6107CB is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 7 | 203 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.20 |
| HSL | 267.55º | 0.93% | 0.41% | - |
| HSV(B) | 267.55º | 0.97% | 0.8% | - |
| XYZ | 15.79 | 7.01 | 57.02 | - |
| YUV | 56.25 | 210.82 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 203 | 0.52 | 0.97 | 0 | 0.20 | 267.55 | 0.93 | 0.41 |
| Hex | 61 | 7 | CB | 34 | 61 | 0 | 14 | 10C | 5D | 29 |
| Octal | 141 | 7 | 313 | 64 | 141 | 0 | 24 | 414 | 135 | 51 |
| Binary | 1100001 | 111 | 11001011 | 110100 | 1100001 | 0 | 10100 | 100001100 | 1011101 | 101001 |
Color Harmonies of #6107CB
Complementary color
Monochromatic Colors of #6107CB
Black with #6107CB
Text Example
Text Example
White with #6107CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107CB; }
p { color: rgb(97,7,203); }
H1.HeaderClassName
{
color: #6107CB;
}
.AnyTagClassName
{
color: #6107CB;
}
</style>
background-color css
<style>
a { background-color: #6107CB; }
a { background-color: rgb(97,7,203); }
div.DivClassName
{
background-color: #6107CB;
}
.BgClassName
{
background-color: #6107CB;
}
</style>
border-color css
<style>
span { border-color: #6107CB; }
span { border-color: rgb(97,7,203); }
td.TdClassName
{
border-color: #6107CB;
}
.TagClassName
{
border-color: #6107CB;
}
</style>