Shades of Purple #67006B
Tints of Purple #67006B
RGB
CMYK
RGB Variations
Color information
#67006B (or 0x67006B) is known color: Purple. HEX triplet: 67, 00 and 6B. RGB value is (103,0,107). Sum of RGB (Red+Green+Blue) = 103+0+107=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #67006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67006B is #98FF94. Grayscale: #2A2A2A. Windows color (decimal): -10026901 or 7012455. OLE color: 7012455.
HSL color Cylindrical-coordinate representation of color #67006B: hue angle of 297.76º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67006B is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 0 | 107 | - |
| CMYK | 0.04 | 1 | 0 | 0.58 |
| HSL | 297.76º | 1% | 0.21% | - |
| HSV(B) | 297.76º | 1% | 0.42% | - |
| XYZ | 8.25 | 3.95 | 14.24 | - |
| YUV | 43 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 107 | 0.04 | 1 | 0 | 0.58 | 297.76 | 1 | 0.21 |
| Hex | 67 | 0 | 6B | 4 | 64 | 0 | 3A | 12A | 64 | 15 |
| Octal | 147 | 0 | 153 | 4 | 144 | 0 | 72 | 452 | 144 | 25 |
| Binary | 1100111 | 0 | 1101011 | 100 | 1100100 | 0 | 111010 | 100101010 | 1100100 | 10101 |
Color Harmonies of #67006B
Complementary color
Monochromatic Colors of #67006B
Black with #67006B
Text Example
Text Example
White with #67006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67006B; }
p { color: rgb(103,0,107); }
H1.HeaderClassName
{
color: #67006B;
}
.AnyTagClassName
{
color: #67006B;
}
</style>
background-color css
<style>
a { background-color: #67006B; }
a { background-color: rgb(103,0,107); }
div.DivClassName
{
background-color: #67006B;
}
.BgClassName
{
background-color: #67006B;
}
</style>
border-color css
<style>
span { border-color: #67006B; }
span { border-color: rgb(103,0,107); }
td.TdClassName
{
border-color: #67006B;
}
.TagClassName
{
border-color: #67006B;
}
</style>