Shades of Purple #74068F
Tints of Purple #74068F
RGB
CMYK
RGB Variations
Color information
#74068F (or 0x74068F) is known color: Purple. HEX triplet: 74, 06 and 8F. RGB value is (116,6,143). Sum of RGB (Red+Green+Blue) = 116+6+143=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #74068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74068F is #8BF970. Grayscale: #363636. Windows color (decimal): -9173361 or 9373300. OLE color: 9373300.
HSL color Cylindrical-coordinate representation of color #74068F: hue angle of 288.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74068F is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 6 | 143 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.44 |
| HSL | 288.18º | 0.92% | 0.29% | - |
| HSV(B) | 288.18º | 0.96% | 0.56% | - |
| XYZ | 12.23 | 5.83 | 26.47 | - |
| YUV | 54.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 143 | 0.19 | 0.96 | 0 | 0.44 | 288.18 | 0.92 | 0.29 |
| Hex | 74 | 6 | 8F | 13 | 60 | 0 | 2C | 120 | 5C | 1D |
| Octal | 164 | 6 | 217 | 23 | 140 | 0 | 54 | 440 | 134 | 35 |
| Binary | 1110100 | 110 | 10001111 | 10011 | 1100000 | 0 | 101100 | 100100000 | 1011100 | 11101 |
Color Harmonies of #74068F
Complementary color
Monochromatic Colors of #74068F
Black with #74068F
Text Example
Text Example
White with #74068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74068F; }
p { color: rgb(116,6,143); }
H1.HeaderClassName
{
color: #74068F;
}
.AnyTagClassName
{
color: #74068F;
}
</style>
background-color css
<style>
a { background-color: #74068F; }
a { background-color: rgb(116,6,143); }
div.DivClassName
{
background-color: #74068F;
}
.BgClassName
{
background-color: #74068F;
}
</style>
border-color css
<style>
span { border-color: #74068F; }
span { border-color: rgb(116,6,143); }
td.TdClassName
{
border-color: #74068F;
}
.TagClassName
{
border-color: #74068F;
}
</style>