Shades of Purple Heart #670BC0
Tints of Purple Heart #670BC0
RGB
CMYK
RGB Variations
Color information
#670BC0 (or 0x670BC0) is known color: Purple Heart. HEX triplet: 67, 0B and C0. RGB value is (103,11,192). Sum of RGB (Red+Green+Blue) = 103+11+192=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #670BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BC0 is #98F43F. Grayscale: #3A3A3A. Windows color (decimal): -10024000 or 12585831. OLE color: 12585831.
HSL color Cylindrical-coordinate representation of color #670BC0: hue angle of 270.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BC0 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 11 | 192 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.25 |
| HSL | 270.5º | 0.89% | 0.4% | - |
| HSV(B) | 270.5º | 0.94% | 0.75% | - |
| XYZ | 15.23 | 6.93 | 50.4 | - |
| YUV | 59.14 | 202.98 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 192 | 0.46 | 0.94 | 0 | 0.25 | 270.5 | 0.89 | 0.4 |
| Hex | 67 | B | C0 | 2E | 5E | 0 | 19 | 10E | 59 | 28 |
| Octal | 147 | 13 | 300 | 56 | 136 | 0 | 31 | 416 | 131 | 50 |
| Binary | 1100111 | 1011 | 11000000 | 101110 | 1011110 | 0 | 11001 | 100001110 | 1011001 | 101000 |
Color Harmonies of #670BC0
Complementary color
Monochromatic Colors of #670BC0
Black with #670BC0
Text Example
Text Example
White with #670BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BC0; }
p { color: rgb(103,11,192); }
H1.HeaderClassName
{
color: #670BC0;
}
.AnyTagClassName
{
color: #670BC0;
}
</style>
background-color css
<style>
a { background-color: #670BC0; }
a { background-color: rgb(103,11,192); }
div.DivClassName
{
background-color: #670BC0;
}
.BgClassName
{
background-color: #670BC0;
}
</style>
border-color css
<style>
span { border-color: #670BC0; }
span { border-color: rgb(103,11,192); }
td.TdClassName
{
border-color: #670BC0;
}
.TagClassName
{
border-color: #670BC0;
}
</style>