Shades of Purple Heart #670CCD
Tints of Purple Heart #670CCD
RGB
CMYK
RGB Variations
Color information
#670CCD (or 0x670CCD) is known color: Purple Heart. HEX triplet: 67, 0C and CD. RGB value is (103,12,205). Sum of RGB (Red+Green+Blue) = 103+12+205=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #670CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CCD is #98F332. Grayscale: #3C3C3C. Windows color (decimal): -10023731 or 13438055. OLE color: 13438055.
HSL color Cylindrical-coordinate representation of color #670CCD: hue angle of 268.29º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670CCD is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 12 | 205 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.20 |
| HSL | 268.29º | 0.89% | 0.43% | - |
| HSV(B) | 268.29º | 0.94% | 0.8% | - |
| XYZ | 16.74 | 7.55 | 58.33 | - |
| YUV | 61.21 | 209.15 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 205 | 0.50 | 0.94 | 0 | 0.20 | 268.29 | 0.89 | 0.43 |
| Hex | 67 | C | CD | 32 | 5E | 0 | 14 | 10C | 59 | 2B |
| Octal | 147 | 14 | 315 | 62 | 136 | 0 | 24 | 414 | 131 | 53 |
| Binary | 1100111 | 1100 | 11001101 | 110010 | 1011110 | 0 | 10100 | 100001100 | 1011001 | 101011 |
Color Harmonies of #670CCD
Complementary color
Monochromatic Colors of #670CCD
Black with #670CCD
Text Example
Text Example
White with #670CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CCD; }
p { color: rgb(103,12,205); }
H1.HeaderClassName
{
color: #670CCD;
}
.AnyTagClassName
{
color: #670CCD;
}
</style>
background-color css
<style>
a { background-color: #670CCD; }
a { background-color: rgb(103,12,205); }
div.DivClassName
{
background-color: #670CCD;
}
.BgClassName
{
background-color: #670CCD;
}
</style>
border-color css
<style>
span { border-color: #670CCD; }
span { border-color: rgb(103,12,205); }
td.TdClassName
{
border-color: #670CCD;
}
.TagClassName
{
border-color: #670CCD;
}
</style>