Shades of Purple Heart #6706C8
Tints of Purple Heart #6706C8
RGB
CMYK
RGB Variations
Color information
#6706C8 (or 0x6706C8) is known color: Purple Heart. HEX triplet: 67, 06 and C8. RGB value is (103,6,200). Sum of RGB (Red+Green+Blue) = 103+6+200=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #6706C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706C8 is #98F937. Grayscale: #383838. Windows color (decimal): -10025272 or 13108839. OLE color: 13108839.
HSL color Cylindrical-coordinate representation of color #6706C8: hue angle of 270º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706C8 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 6 | 200 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.22 |
| HSL | 270º | 0.94% | 0.4% | - |
| HSV(B) | 270º | 0.97% | 0.78% | - |
| XYZ | 16.08 | 7.18 | 55.18 | - |
| YUV | 57.12 | 208.64 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 200 | 0.48 | 0.97 | 0 | 0.22 | 270 | 0.94 | 0.4 |
| Hex | 67 | 6 | C8 | 30 | 61 | 0 | 16 | 10E | 5E | 28 |
| Octal | 147 | 6 | 310 | 60 | 141 | 0 | 26 | 416 | 136 | 50 |
| Binary | 1100111 | 110 | 11001000 | 110000 | 1100001 | 0 | 10110 | 100001110 | 1011110 | 101000 |
Color Harmonies of #6706C8
Complementary color
Monochromatic Colors of #6706C8
Black with #6706C8
Text Example
Text Example
White with #6706C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706C8; }
p { color: rgb(103,6,200); }
H1.HeaderClassName
{
color: #6706C8;
}
.AnyTagClassName
{
color: #6706C8;
}
</style>
background-color css
<style>
a { background-color: #6706C8; }
a { background-color: rgb(103,6,200); }
div.DivClassName
{
background-color: #6706C8;
}
.BgClassName
{
background-color: #6706C8;
}
</style>
border-color css
<style>
span { border-color: #6706C8; }
span { border-color: rgb(103,6,200); }
td.TdClassName
{
border-color: #6706C8;
}
.TagClassName
{
border-color: #6706C8;
}
</style>