Shades of Purple Heart #6710B3
Tints of Purple Heart #6710B3
RGB
CMYK
RGB Variations
Color information
#6710B3 (or 0x6710B3) is known color: Purple Heart. HEX triplet: 67, 10 and B3. RGB value is (103,16,179). Sum of RGB (Red+Green+Blue) = 103+16+179=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #6710B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710B3 is #98EF4C. Grayscale: #3C3C3C. Windows color (decimal): -10022733 or 11735143. OLE color: 11735143.
HSL color Cylindrical-coordinate representation of color #6710B3: hue angle of 272.02º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6710B3 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 16 | 179 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.30 |
| HSL | 272.02º | 0.84% | 0.38% | - |
| HSV(B) | 272.02º | 0.91% | 0.7% | - |
| XYZ | 13.92 | 6.51 | 43.17 | - |
| YUV | 60.6 | 194.82 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 179 | 0.42 | 0.91 | 0 | 0.30 | 272.02 | 0.84 | 0.38 |
| Hex | 67 | 10 | B3 | 2A | 5B | 0 | 1E | 110 | 54 | 26 |
| Octal | 147 | 20 | 263 | 52 | 133 | 0 | 36 | 420 | 124 | 46 |
| Binary | 1100111 | 10000 | 10110011 | 101010 | 1011011 | 0 | 11110 | 100010000 | 1010100 | 100110 |
Color Harmonies of #6710B3
Complementary color
Monochromatic Colors of #6710B3
Black with #6710B3
Text Example
Text Example
White with #6710B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710B3; }
p { color: rgb(103,16,179); }
H1.HeaderClassName
{
color: #6710B3;
}
.AnyTagClassName
{
color: #6710B3;
}
</style>
background-color css
<style>
a { background-color: #6710B3; }
a { background-color: rgb(103,16,179); }
div.DivClassName
{
background-color: #6710B3;
}
.BgClassName
{
background-color: #6710B3;
}
</style>
border-color css
<style>
span { border-color: #6710B3; }
span { border-color: rgb(103,16,179); }
td.TdClassName
{
border-color: #6710B3;
}
.TagClassName
{
border-color: #6710B3;
}
</style>