Shades of Purple Heart #670CA6
Tints of Purple Heart #670CA6
RGB
CMYK
RGB Variations
Color information
#670CA6 (or 0x670CA6) is known color: Purple Heart. HEX triplet: 67, 0C and A6. RGB value is (103,12,166). Sum of RGB (Red+Green+Blue) = 103+12+166=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #670CA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670CA6 is #98F359. Grayscale: #383838. Windows color (decimal): -10023770 or 10882151. OLE color: 10882151.
HSL color Cylindrical-coordinate representation of color #670CA6: hue angle of 275.45º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670CA6 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 12 | 166 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.35 |
| HSL | 275.45º | 0.87% | 0.35% | - |
| HSV(B) | 275.45º | 0.93% | 0.65% | - |
| XYZ | 12.61 | 5.9 | 36.55 | - |
| YUV | 56.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 166 | 0.38 | 0.93 | 0 | 0.35 | 275.45 | 0.87 | 0.35 |
| Hex | 67 | C | A6 | 26 | 5D | 0 | 23 | 113 | 57 | 23 |
| Octal | 147 | 14 | 246 | 46 | 135 | 0 | 43 | 423 | 127 | 43 |
| Binary | 1100111 | 1100 | 10100110 | 100110 | 1011101 | 0 | 100011 | 100010011 | 1010111 | 100011 |
Color Harmonies of #670CA6
Complementary color
Monochromatic Colors of #670CA6
Black with #670CA6
Text Example
Text Example
White with #670CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CA6; }
p { color: rgb(103,12,166); }
H1.HeaderClassName
{
color: #670CA6;
}
.AnyTagClassName
{
color: #670CA6;
}
</style>
background-color css
<style>
a { background-color: #670CA6; }
a { background-color: rgb(103,12,166); }
div.DivClassName
{
background-color: #670CA6;
}
.BgClassName
{
background-color: #670CA6;
}
</style>
border-color css
<style>
span { border-color: #670CA6; }
span { border-color: rgb(103,12,166); }
td.TdClassName
{
border-color: #670CA6;
}
.TagClassName
{
border-color: #670CA6;
}
</style>