Shades of Purple Heart #670CC2
Tints of Purple Heart #670CC2
RGB
CMYK
RGB Variations
Color information
#670CC2 (or 0x670CC2) is known color: Purple Heart. HEX triplet: 67, 0C and C2. RGB value is (103,12,194). Sum of RGB (Red+Green+Blue) = 103+12+194=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #670CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CC2 is #98F33D. Grayscale: #3B3B3B. Windows color (decimal): -10023742 or 12717159. OLE color: 12717159.
HSL color Cylindrical-coordinate representation of color #670CC2: hue angle of 270º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670CC2 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 12 | 194 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.24 |
| HSL | 270º | 0.88% | 0.4% | - |
| HSV(B) | 270º | 0.94% | 0.76% | - |
| XYZ | 15.46 | 7.04 | 51.58 | - |
| YUV | 59.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 194 | 0.47 | 0.94 | 0 | 0.24 | 270 | 0.88 | 0.4 |
| Hex | 67 | C | C2 | 2F | 5E | 0 | 18 | 10E | 58 | 28 |
| Octal | 147 | 14 | 302 | 57 | 136 | 0 | 30 | 416 | 130 | 50 |
| Binary | 1100111 | 1100 | 11000010 | 101111 | 1011110 | 0 | 11000 | 100001110 | 1011000 | 101000 |
Color Harmonies of #670CC2
Complementary color
Monochromatic Colors of #670CC2
Black with #670CC2
Text Example
Text Example
White with #670CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CC2; }
p { color: rgb(103,12,194); }
H1.HeaderClassName
{
color: #670CC2;
}
.AnyTagClassName
{
color: #670CC2;
}
</style>
background-color css
<style>
a { background-color: #670CC2; }
a { background-color: rgb(103,12,194); }
div.DivClassName
{
background-color: #670CC2;
}
.BgClassName
{
background-color: #670CC2;
}
</style>
border-color css
<style>
span { border-color: #670CC2; }
span { border-color: rgb(103,12,194); }
td.TdClassName
{
border-color: #670CC2;
}
.TagClassName
{
border-color: #670CC2;
}
</style>