Shades of Purple #74007A
Tints of Purple #74007A
RGB
CMYK
RGB Variations
Color information
#74007A (or 0x74007A) is known color: Purple. HEX triplet: 74, 00 and 7A. RGB value is (116,0,122). Sum of RGB (Red+Green+Blue) = 116+0+122=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #74007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74007A is #8BFF85. Grayscale: #303030. Windows color (decimal): -9174918 or 7995508. OLE color: 7995508.
HSL color Cylindrical-coordinate representation of color #74007A: hue angle of 297.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74007A is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 0 | 122 | - |
| CMYK | 0.05 | 1 | 0 | 0.52 |
| HSL | 297.05º | 1% | 0.24% | - |
| HSV(B) | 297.05º | 1% | 0.48% | - |
| XYZ | 10.72 | 5.12 | 18.84 | - |
| YUV | 48.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 122 | 0.05 | 1 | 0 | 0.52 | 297.05 | 1 | 0.24 |
| Hex | 74 | 0 | 7A | 5 | 64 | 0 | 34 | 129 | 64 | 18 |
| Octal | 164 | 0 | 172 | 5 | 144 | 0 | 64 | 451 | 144 | 30 |
| Binary | 1110100 | 0 | 1111010 | 101 | 1100100 | 0 | 110100 | 100101001 | 1100100 | 11000 |
Color Harmonies of #74007A
Complementary color
Monochromatic Colors of #74007A
Black with #74007A
Text Example
Text Example
White with #74007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74007A; }
p { color: rgb(116,0,122); }
H1.HeaderClassName
{
color: #74007A;
}
.AnyTagClassName
{
color: #74007A;
}
</style>
background-color css
<style>
a { background-color: #74007A; }
a { background-color: rgb(116,0,122); }
div.DivClassName
{
background-color: #74007A;
}
.BgClassName
{
background-color: #74007A;
}
</style>
border-color css
<style>
span { border-color: #74007A; }
span { border-color: rgb(116,0,122); }
td.TdClassName
{
border-color: #74007A;
}
.TagClassName
{
border-color: #74007A;
}
</style>