Shades of Purple #74006A
Tints of Purple #74006A
RGB
CMYK
RGB Variations
Color information
#74006A (or 0x74006A) is known color: Purple. HEX triplet: 74, 00 and 6A. RGB value is (116,0,106). Sum of RGB (Red+Green+Blue) = 116+0+106=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #74006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74006A is #8BFF95. Grayscale: #2E2E2E. Windows color (decimal): -9174934 or 6946932. OLE color: 6946932.
HSL color Cylindrical-coordinate representation of color #74006A: hue angle of 305.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74006A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.09 | 0.55 |
| HSL | 305.17º | 1% | 0.23% | - |
| HSV(B) | 305.17º | 1% | 0.45% | - |
| XYZ | 9.8 | 4.75 | 14.04 | - |
| YUV | 46.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 106 | 0 | 1 | 0.09 | 0.55 | 305.17 | 1 | 0.23 |
| Hex | 74 | 0 | 6A | 0 | 64 | 9 | 37 | 131 | 64 | 17 |
| Octal | 164 | 0 | 152 | 0 | 144 | 11 | 67 | 461 | 144 | 27 |
| Binary | 1110100 | 0 | 1101010 | 0 | 1100100 | 1001 | 110111 | 100110001 | 1100100 | 10111 |
Color Harmonies of #74006A
Complementary color
Monochromatic Colors of #74006A
Black with #74006A
Text Example
Text Example
White with #74006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74006A; }
p { color: rgb(116,0,106); }
H1.HeaderClassName
{
color: #74006A;
}
.AnyTagClassName
{
color: #74006A;
}
</style>
background-color css
<style>
a { background-color: #74006A; }
a { background-color: rgb(116,0,106); }
div.DivClassName
{
background-color: #74006A;
}
.BgClassName
{
background-color: #74006A;
}
</style>
border-color css
<style>
span { border-color: #74006A; }
span { border-color: rgb(116,0,106); }
td.TdClassName
{
border-color: #74006A;
}
.TagClassName
{
border-color: #74006A;
}
</style>