Shades of Purple #74068C
Tints of Purple #74068C
RGB
CMYK
RGB Variations
Color information
#74068C (or 0x74068C) is known color: Purple. HEX triplet: 74, 06 and 8C. RGB value is (116,6,140). Sum of RGB (Red+Green+Blue) = 116+6+140=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #74068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74068C is #8BF973. Grayscale: #353535. Windows color (decimal): -9173364 or 9176692. OLE color: 9176692.
HSL color Cylindrical-coordinate representation of color #74068C: hue angle of 289.25º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74068C is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 6 | 140 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.45 |
| HSL | 289.25º | 0.92% | 0.29% | - |
| HSV(B) | 289.25º | 0.96% | 0.55% | - |
| XYZ | 12 | 5.74 | 25.29 | - |
| YUV | 54.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 140 | 0.17 | 0.96 | 0 | 0.45 | 289.25 | 0.92 | 0.29 |
| Hex | 74 | 6 | 8C | 11 | 60 | 0 | 2D | 121 | 5C | 1D |
| Octal | 164 | 6 | 214 | 21 | 140 | 0 | 55 | 441 | 134 | 35 |
| Binary | 1110100 | 110 | 10001100 | 10001 | 1100000 | 0 | 101101 | 100100001 | 1011100 | 11101 |
Color Harmonies of #74068C
Complementary color
Monochromatic Colors of #74068C
Black with #74068C
Text Example
Text Example
White with #74068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74068C; }
p { color: rgb(116,6,140); }
H1.HeaderClassName
{
color: #74068C;
}
.AnyTagClassName
{
color: #74068C;
}
</style>
background-color css
<style>
a { background-color: #74068C; }
a { background-color: rgb(116,6,140); }
div.DivClassName
{
background-color: #74068C;
}
.BgClassName
{
background-color: #74068C;
}
</style>
border-color css
<style>
span { border-color: #74068C; }
span { border-color: rgb(116,6,140); }
td.TdClassName
{
border-color: #74068C;
}
.TagClassName
{
border-color: #74068C;
}
</style>