Shades of Purple #74007C
Tints of Purple #74007C
RGB
CMYK
RGB Variations
Color information
#74007C (or 0x74007C) is known color: Purple. HEX triplet: 74, 00 and 7C. RGB value is (116,0,124). Sum of RGB (Red+Green+Blue) = 116+0+124=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #74007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74007C is #8BFF83. Grayscale: #303030. Windows color (decimal): -9174916 or 8126580. OLE color: 8126580.
HSL color Cylindrical-coordinate representation of color #74007C: hue angle of 296.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74007C is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 0 | 124 | - |
| CMYK | 0.06 | 1 | 0 | 0.51 |
| HSL | 296.13º | 1% | 0.24% | - |
| HSV(B) | 296.13º | 1% | 0.49% | - |
| XYZ | 10.84 | 5.17 | 19.49 | - |
| YUV | 48.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 124 | 0.06 | 1 | 0 | 0.51 | 296.13 | 1 | 0.24 |
| Hex | 74 | 0 | 7C | 6 | 64 | 0 | 33 | 128 | 64 | 18 |
| Octal | 164 | 0 | 174 | 6 | 144 | 0 | 63 | 450 | 144 | 30 |
| Binary | 1110100 | 0 | 1111100 | 110 | 1100100 | 0 | 110011 | 100101000 | 1100100 | 11000 |
Color Harmonies of #74007C
Complementary color
Monochromatic Colors of #74007C
Black with #74007C
Text Example
Text Example
White with #74007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74007C; }
p { color: rgb(116,0,124); }
H1.HeaderClassName
{
color: #74007C;
}
.AnyTagClassName
{
color: #74007C;
}
</style>
background-color css
<style>
a { background-color: #74007C; }
a { background-color: rgb(116,0,124); }
div.DivClassName
{
background-color: #74007C;
}
.BgClassName
{
background-color: #74007C;
}
</style>
border-color css
<style>
span { border-color: #74007C; }
span { border-color: rgb(116,0,124); }
td.TdClassName
{
border-color: #74007C;
}
.TagClassName
{
border-color: #74007C;
}
</style>