Shades of Purple #67026A
Tints of Purple #67026A
RGB
CMYK
RGB Variations
Color information
#67026A (or 0x67026A) is known color: Purple. HEX triplet: 67, 02 and 6A. RGB value is (103,2,106). Sum of RGB (Red+Green+Blue) = 103+2+106=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #67026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67026A is #98FD95. Grayscale: #2B2B2B. Windows color (decimal): -10026390 or 6947431. OLE color: 6947431.
HSL color Cylindrical-coordinate representation of color #67026A: hue angle of 298.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67026A is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 2 | 106 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.58 |
| HSL | 298.27º | 0.96% | 0.21% | - |
| HSV(B) | 298.27º | 0.98% | 0.42% | - |
| XYZ | 8.22 | 3.97 | 13.97 | - |
| YUV | 44.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 106 | 0.03 | 0.98 | 0 | 0.58 | 298.27 | 0.96 | 0.21 |
| Hex | 67 | 2 | 6A | 3 | 62 | 0 | 3A | 12A | 60 | 15 |
| Octal | 147 | 2 | 152 | 3 | 142 | 0 | 72 | 452 | 140 | 25 |
| Binary | 1100111 | 10 | 1101010 | 11 | 1100010 | 0 | 111010 | 100101010 | 1100000 | 10101 |
Color Harmonies of #67026A
Complementary color
Monochromatic Colors of #67026A
Black with #67026A
Text Example
Text Example
White with #67026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67026A; }
p { color: rgb(103,2,106); }
H1.HeaderClassName
{
color: #67026A;
}
.AnyTagClassName
{
color: #67026A;
}
</style>
background-color css
<style>
a { background-color: #67026A; }
a { background-color: rgb(103,2,106); }
div.DivClassName
{
background-color: #67026A;
}
.BgClassName
{
background-color: #67026A;
}
</style>
border-color css
<style>
span { border-color: #67026A; }
span { border-color: rgb(103,2,106); }
td.TdClassName
{
border-color: #67026A;
}
.TagClassName
{
border-color: #67026A;
}
</style>