Shades of Purple #67137F
Tints of Purple #67137F
RGB
CMYK
RGB Variations
Color information
#67137F (or 0x67137F) is known color: Purple. HEX triplet: 67, 13 and 7F. RGB value is (103,19,127). Sum of RGB (Red+Green+Blue) = 103+19+127=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #67137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67137F is #98EC80. Grayscale: #383838. Windows color (decimal): -10022017 or 8328039. OLE color: 8328039.
HSL color Cylindrical-coordinate representation of color #67137F: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67137F is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 19 | 127 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.50 |
| HSL | 286.67º | 0.74% | 0.29% | - |
| HSV(B) | 286.67º | 0.85% | 0.5% | - |
| XYZ | 9.66 | 4.88 | 20.51 | - |
| YUV | 56.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 127 | 0.19 | 0.85 | 0 | 0.50 | 286.67 | 0.74 | 0.29 |
| Hex | 67 | 13 | 7F | 13 | 55 | 0 | 32 | 11F | 4A | 1D |
| Octal | 147 | 23 | 177 | 23 | 125 | 0 | 62 | 437 | 112 | 35 |
| Binary | 1100111 | 10011 | 1111111 | 10011 | 1010101 | 0 | 110010 | 100011111 | 1001010 | 11101 |
Color Harmonies of #67137F
Complementary color
Monochromatic Colors of #67137F
Black with #67137F
Text Example
Text Example
White with #67137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67137F; }
p { color: rgb(103,19,127); }
H1.HeaderClassName
{
color: #67137F;
}
.AnyTagClassName
{
color: #67137F;
}
</style>
background-color css
<style>
a { background-color: #67137F; }
a { background-color: rgb(103,19,127); }
div.DivClassName
{
background-color: #67137F;
}
.BgClassName
{
background-color: #67137F;
}
</style>
border-color css
<style>
span { border-color: #67137F; }
span { border-color: rgb(103,19,127); }
td.TdClassName
{
border-color: #67137F;
}
.TagClassName
{
border-color: #67137F;
}
</style>