Shades of Purple #67017D
Tints of Purple #67017D
RGB
CMYK
RGB Variations
Color information
#67017D (or 0x67017D) is known color: Purple. HEX triplet: 67, 01 and 7D. RGB value is (103,1,125). Sum of RGB (Red+Green+Blue) = 103+1+125=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #67017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67017D is #98FE82. Grayscale: #2D2D2D. Windows color (decimal): -10026627 or 8192359. OLE color: 8192359.
HSL color Cylindrical-coordinate representation of color #67017D: hue angle of 289.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67017D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 1 | 125 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.51 |
| HSL | 289.35º | 0.98% | 0.25% | - |
| HSV(B) | 289.35º | 0.99% | 0.49% | - |
| XYZ | 9.31 | 4.39 | 19.76 | - |
| YUV | 45.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 125 | 0.18 | 0.99 | 0 | 0.51 | 289.35 | 0.98 | 0.25 |
| Hex | 67 | 1 | 7D | 12 | 63 | 0 | 33 | 121 | 62 | 19 |
| Octal | 147 | 1 | 175 | 22 | 143 | 0 | 63 | 441 | 142 | 31 |
| Binary | 1100111 | 1 | 1111101 | 10010 | 1100011 | 0 | 110011 | 100100001 | 1100010 | 11001 |
Color Harmonies of #67017D
Complementary color
Monochromatic Colors of #67017D
Black with #67017D
Text Example
Text Example
White with #67017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67017D; }
p { color: rgb(103,1,125); }
H1.HeaderClassName
{
color: #67017D;
}
.AnyTagClassName
{
color: #67017D;
}
</style>
background-color css
<style>
a { background-color: #67017D; }
a { background-color: rgb(103,1,125); }
div.DivClassName
{
background-color: #67017D;
}
.BgClassName
{
background-color: #67017D;
}
</style>
border-color css
<style>
span { border-color: #67017D; }
span { border-color: rgb(103,1,125); }
td.TdClassName
{
border-color: #67017D;
}
.TagClassName
{
border-color: #67017D;
}
</style>