Shades of Purple #74007F
Tints of Purple #74007F
RGB
CMYK
RGB Variations
Color information
#74007F (or 0x74007F) is known color: Purple. HEX triplet: 74, 00 and 7F. RGB value is (116,0,127). Sum of RGB (Red+Green+Blue) = 116+0+127=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #74007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74007F is #8BFF80. Grayscale: #303030. Windows color (decimal): -9174913 or 8323188. OLE color: 8323188.
HSL color Cylindrical-coordinate representation of color #74007F: hue angle of 294.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74007F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 0 | 127 | - |
| CMYK | 0.09 | 1 | 0 | 0.50 |
| HSL | 294.8º | 1% | 0.25% | - |
| HSV(B) | 294.8º | 1% | 0.5% | - |
| XYZ | 11.03 | 5.25 | 20.51 | - |
| YUV | 49.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 127 | 0.09 | 1 | 0 | 0.50 | 294.8 | 1 | 0.25 |
| Hex | 74 | 0 | 7F | 9 | 64 | 0 | 32 | 127 | 64 | 19 |
| Octal | 164 | 0 | 177 | 11 | 144 | 0 | 62 | 447 | 144 | 31 |
| Binary | 1110100 | 0 | 1111111 | 1001 | 1100100 | 0 | 110010 | 100100111 | 1100100 | 11001 |
Color Harmonies of #74007F
Complementary color
Monochromatic Colors of #74007F
Black with #74007F
Text Example
Text Example
White with #74007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74007F; }
p { color: rgb(116,0,127); }
H1.HeaderClassName
{
color: #74007F;
}
.AnyTagClassName
{
color: #74007F;
}
</style>
background-color css
<style>
a { background-color: #74007F; }
a { background-color: rgb(116,0,127); }
div.DivClassName
{
background-color: #74007F;
}
.BgClassName
{
background-color: #74007F;
}
</style>
border-color css
<style>
span { border-color: #74007F; }
span { border-color: rgb(116,0,127); }
td.TdClassName
{
border-color: #74007F;
}
.TagClassName
{
border-color: #74007F;
}
</style>