Shades of Purple #670A6D
Tints of Purple #670A6D
RGB
CMYK
RGB Variations
Color information
#670A6D (or 0x670A6D) is known color: Purple. HEX triplet: 67, 0A and 6D. RGB value is (103,10,109). Sum of RGB (Red+Green+Blue) = 103+10+109=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #670A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A6D is #98F592. Grayscale: #303030. Windows color (decimal): -10024339 or 7146087. OLE color: 7146087.
HSL color Cylindrical-coordinate representation of color #670A6D: hue angle of 296.36º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670A6D is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 10 | 109 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.57 |
| HSL | 296.36º | 0.83% | 0.23% | - |
| HSV(B) | 296.36º | 0.91% | 0.43% | - |
| XYZ | 8.46 | 4.2 | 14.83 | - |
| YUV | 49.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 109 | 0.06 | 0.91 | 0 | 0.57 | 296.36 | 0.83 | 0.23 |
| Hex | 67 | A | 6D | 6 | 5B | 0 | 39 | 128 | 53 | 17 |
| Octal | 147 | 12 | 155 | 6 | 133 | 0 | 71 | 450 | 123 | 27 |
| Binary | 1100111 | 1010 | 1101101 | 110 | 1011011 | 0 | 111001 | 100101000 | 1010011 | 10111 |
Color Harmonies of #670A6D
Complementary color
Monochromatic Colors of #670A6D
Black with #670A6D
Text Example
Text Example
White with #670A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A6D; }
p { color: rgb(103,10,109); }
H1.HeaderClassName
{
color: #670A6D;
}
.AnyTagClassName
{
color: #670A6D;
}
</style>
background-color css
<style>
a { background-color: #670A6D; }
a { background-color: rgb(103,10,109); }
div.DivClassName
{
background-color: #670A6D;
}
.BgClassName
{
background-color: #670A6D;
}
</style>
border-color css
<style>
span { border-color: #670A6D; }
span { border-color: rgb(103,10,109); }
td.TdClassName
{
border-color: #670A6D;
}
.TagClassName
{
border-color: #670A6D;
}
</style>