Shades of Purple Heart #670FCE
Tints of Purple Heart #670FCE
RGB
CMYK
RGB Variations
Color information
#670FCE (or 0x670FCE) is known color: Purple Heart. HEX triplet: 67, 0F and CE. RGB value is (103,15,206). Sum of RGB (Red+Green+Blue) = 103+15+206=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #670FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FCE is #98F031. Grayscale: #3E3E3E. Windows color (decimal): -10022962 or 13504359. OLE color: 13504359.
HSL color Cylindrical-coordinate representation of color #670FCE: hue angle of 267.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670FCE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 15 | 206 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.19 |
| HSL | 267.64º | 0.86% | 0.43% | - |
| HSV(B) | 267.64º | 0.93% | 0.81% | - |
| XYZ | 16.9 | 7.68 | 58.98 | - |
| YUV | 63.09 | 208.65 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 206 | 0.50 | 0.93 | 0 | 0.19 | 267.64 | 0.86 | 0.43 |
| Hex | 67 | F | CE | 32 | 5D | 0 | 13 | 10C | 56 | 2B |
| Octal | 147 | 17 | 316 | 62 | 135 | 0 | 23 | 414 | 126 | 53 |
| Binary | 1100111 | 1111 | 11001110 | 110010 | 1011101 | 0 | 10011 | 100001100 | 1010110 | 101011 |
Color Harmonies of #670FCE
Complementary color
Monochromatic Colors of #670FCE
Black with #670FCE
Text Example
Text Example
White with #670FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FCE; }
p { color: rgb(103,15,206); }
H1.HeaderClassName
{
color: #670FCE;
}
.AnyTagClassName
{
color: #670FCE;
}
</style>
background-color css
<style>
a { background-color: #670FCE; }
a { background-color: rgb(103,15,206); }
div.DivClassName
{
background-color: #670FCE;
}
.BgClassName
{
background-color: #670FCE;
}
</style>
border-color css
<style>
span { border-color: #670FCE; }
span { border-color: rgb(103,15,206); }
td.TdClassName
{
border-color: #670FCE;
}
.TagClassName
{
border-color: #670FCE;
}
</style>