Shades of Purple Heart #6107B3
Tints of Purple Heart #6107B3
RGB
CMYK
RGB Variations
Color information
#6107B3 (or 0x6107B3) is known color: Purple Heart. HEX triplet: 61, 07 and B3. RGB value is (97,7,179). Sum of RGB (Red+Green+Blue) = 97+7+179=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #6107B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107B3 is #9EF84C. Grayscale: #343434. Windows color (decimal): -10418253 or 11732833. OLE color: 11732833.
HSL color Cylindrical-coordinate representation of color #6107B3: hue angle of 271.4º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6107B3 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 7 | 179 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.30 |
| HSL | 271.4º | 0.92% | 0.36% | - |
| HSV(B) | 271.4º | 0.96% | 0.7% | - |
| XYZ | 13.14 | 5.95 | 43.1 | - |
| YUV | 53.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 179 | 0.46 | 0.96 | 0 | 0.30 | 271.4 | 0.92 | 0.36 |
| Hex | 61 | 7 | B3 | 2E | 60 | 0 | 1E | 10F | 5C | 24 |
| Octal | 141 | 7 | 263 | 56 | 140 | 0 | 36 | 417 | 134 | 44 |
| Binary | 1100001 | 111 | 10110011 | 101110 | 1100000 | 0 | 11110 | 100001111 | 1011100 | 100100 |
Color Harmonies of #6107B3
Complementary color
Monochromatic Colors of #6107B3
Black with #6107B3
Text Example
Text Example
White with #6107B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107B3; }
p { color: rgb(97,7,179); }
H1.HeaderClassName
{
color: #6107B3;
}
.AnyTagClassName
{
color: #6107B3;
}
</style>
background-color css
<style>
a { background-color: #6107B3; }
a { background-color: rgb(97,7,179); }
div.DivClassName
{
background-color: #6107B3;
}
.BgClassName
{
background-color: #6107B3;
}
</style>
border-color css
<style>
span { border-color: #6107B3; }
span { border-color: rgb(97,7,179); }
td.TdClassName
{
border-color: #6107B3;
}
.TagClassName
{
border-color: #6107B3;
}
</style>