Shades of Purple Heart #670CCC
Tints of Purple Heart #670CCC
RGB
CMYK
RGB Variations
Color information
#670CCC (or 0x670CCC) is known color: Purple Heart. HEX triplet: 67, 0C and CC. RGB value is (103,12,204). Sum of RGB (Red+Green+Blue) = 103+12+204=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #670CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CCC is #98F333. Grayscale: #3C3C3C. Windows color (decimal): -10023732 or 13372519. OLE color: 13372519.
HSL color Cylindrical-coordinate representation of color #670CCC: hue angle of 268.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670CCC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 12 | 204 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.2 |
| HSL | 268.44º | 0.89% | 0.42% | - |
| HSV(B) | 268.44º | 0.94% | 0.8% | - |
| XYZ | 16.62 | 7.51 | 57.7 | - |
| YUV | 61.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 204 | 0.50 | 0.94 | 0 | 0.2 | 268.44 | 0.89 | 0.42 |
| Hex | 67 | C | CC | 32 | 5E | 0 | 14 | 10C | 59 | 2A |
| Octal | 147 | 14 | 314 | 62 | 136 | 0 | 24 | 414 | 131 | 52 |
| Binary | 1100111 | 1100 | 11001100 | 110010 | 1011110 | 0 | 10100 | 100001100 | 1011001 | 101010 |
Color Harmonies of #670CCC
Complementary color
Monochromatic Colors of #670CCC
Black with #670CCC
Text Example
Text Example
White with #670CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CCC; }
p { color: rgb(103,12,204); }
H1.HeaderClassName
{
color: #670CCC;
}
.AnyTagClassName
{
color: #670CCC;
}
</style>
background-color css
<style>
a { background-color: #670CCC; }
a { background-color: rgb(103,12,204); }
div.DivClassName
{
background-color: #670CCC;
}
.BgClassName
{
background-color: #670CCC;
}
</style>
border-color css
<style>
span { border-color: #670CCC; }
span { border-color: rgb(103,12,204); }
td.TdClassName
{
border-color: #670CCC;
}
.TagClassName
{
border-color: #670CCC;
}
</style>