Shades of Purple Heart #670FD4
Tints of Purple Heart #670FD4
RGB
CMYK
RGB Variations
Color information
#670FD4 (or 0x670FD4) is known color: Purple Heart. HEX triplet: 67, 0F and D4. RGB value is (103,15,212). Sum of RGB (Red+Green+Blue) = 103+15+212=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 212 (83.20% from 255 or 64.24% from 330); Max value from RGB is 212 - color contains mainly: blue. Hex color #670FD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FD4 is #98F02B. Grayscale: #3F3F3F. Windows color (decimal): -10022956 or 13897575. OLE color: 13897575.
HSL color Cylindrical-coordinate representation of color #670FD4: hue angle of 266.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670FD4 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 15 | 212 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.17 |
| HSL | 266.8º | 0.87% | 0.45% | - |
| HSV(B) | 266.8º | 0.93% | 0.83% | - |
| XYZ | 17.65 | 7.98 | 62.9 | - |
| YUV | 63.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 212 | 0.51 | 0.93 | 0 | 0.17 | 266.8 | 0.87 | 0.45 |
| Hex | 67 | F | D4 | 33 | 5D | 0 | 11 | 10B | 57 | 2D |
| Octal | 147 | 17 | 324 | 63 | 135 | 0 | 21 | 413 | 127 | 55 |
| Binary | 1100111 | 1111 | 11010100 | 110011 | 1011101 | 0 | 10001 | 100001011 | 1010111 | 101101 |
Color Harmonies of #670FD4
Complementary color
Monochromatic Colors of #670FD4
Black with #670FD4
Text Example
Text Example
White with #670FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FD4; }
p { color: rgb(103,15,212); }
H1.HeaderClassName
{
color: #670FD4;
}
.AnyTagClassName
{
color: #670FD4;
}
</style>
background-color css
<style>
a { background-color: #670FD4; }
a { background-color: rgb(103,15,212); }
div.DivClassName
{
background-color: #670FD4;
}
.BgClassName
{
background-color: #670FD4;
}
</style>
border-color css
<style>
span { border-color: #670FD4; }
span { border-color: rgb(103,15,212); }
td.TdClassName
{
border-color: #670FD4;
}
.TagClassName
{
border-color: #670FD4;
}
</style>