Shades of Purple Heart #670DB0
Tints of Purple Heart #670DB0
RGB
CMYK
RGB Variations
Color information
#670DB0 (or 0x670DB0) is known color: Purple Heart. HEX triplet: 67, 0D and B0. RGB value is (103,13,176). Sum of RGB (Red+Green+Blue) = 103+13+176=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #670DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670DB0 is #98F24F. Grayscale: #393939. Windows color (decimal): -10023504 or 11537767. OLE color: 11537767.
HSL color Cylindrical-coordinate representation of color #670DB0: hue angle of 273.13º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670DB0 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 13 | 176 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.31 |
| HSL | 273.13º | 0.86% | 0.37% | - |
| HSV(B) | 273.13º | 0.93% | 0.69% | - |
| XYZ | 13.57 | 6.31 | 41.58 | - |
| YUV | 58.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 176 | 0.41 | 0.93 | 0 | 0.31 | 273.13 | 0.86 | 0.37 |
| Hex | 67 | D | B0 | 29 | 5D | 0 | 1F | 111 | 56 | 25 |
| Octal | 147 | 15 | 260 | 51 | 135 | 0 | 37 | 421 | 126 | 45 |
| Binary | 1100111 | 1101 | 10110000 | 101001 | 1011101 | 0 | 11111 | 100010001 | 1010110 | 100101 |
Color Harmonies of #670DB0
Complementary color
Monochromatic Colors of #670DB0
Black with #670DB0
Text Example
Text Example
White with #670DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670DB0; }
p { color: rgb(103,13,176); }
H1.HeaderClassName
{
color: #670DB0;
}
.AnyTagClassName
{
color: #670DB0;
}
</style>
background-color css
<style>
a { background-color: #670DB0; }
a { background-color: rgb(103,13,176); }
div.DivClassName
{
background-color: #670DB0;
}
.BgClassName
{
background-color: #670DB0;
}
</style>
border-color css
<style>
span { border-color: #670DB0; }
span { border-color: rgb(103,13,176); }
td.TdClassName
{
border-color: #670DB0;
}
.TagClassName
{
border-color: #670DB0;
}
</style>