Shades of Dark Purple #74156C
Tints of Dark Purple #74156C
RGB
CMYK
RGB Variations
Color information
#74156C (or 0x74156C) is known color: Dark Purple. HEX triplet: 74, 15 and 6C. RGB value is (116,21,108). Sum of RGB (Red+Green+Blue) = 116+21+108=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74156C is #8BEA93. Grayscale: #3B3B3B. Windows color (decimal): -9169556 or 7083380. OLE color: 7083380.
HSL color Cylindrical-coordinate representation of color #74156C: hue angle of 305.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74156C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 108 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.55 |
| HSL | 305.05º | 0.69% | 0.27% | - |
| HSV(B) | 305.05º | 0.82% | 0.45% | - |
| XYZ | 10.18 | 5.33 | 14.68 | - |
| YUV | 59.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 108 | 0 | 0.82 | 0.07 | 0.55 | 305.05 | 0.69 | 0.27 |
| Hex | 74 | 15 | 6C | 0 | 52 | 7 | 37 | 131 | 45 | 1B |
| Octal | 164 | 25 | 154 | 0 | 122 | 7 | 67 | 461 | 105 | 33 |
| Binary | 1110100 | 10101 | 1101100 | 0 | 1010010 | 111 | 110111 | 100110001 | 1000101 | 11011 |
Color Harmonies of #74156C
Complementary color
Monochromatic Colors of #74156C
Black with #74156C
Text Example
Text Example
White with #74156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74156C; }
p { color: rgb(116,21,108); }
H1.HeaderClassName
{
color: #74156C;
}
.AnyTagClassName
{
color: #74156C;
}
</style>
background-color css
<style>
a { background-color: #74156C; }
a { background-color: rgb(116,21,108); }
div.DivClassName
{
background-color: #74156C;
}
.BgClassName
{
background-color: #74156C;
}
</style>
border-color css
<style>
span { border-color: #74156C; }
span { border-color: rgb(116,21,108); }
td.TdClassName
{
border-color: #74156C;
}
.TagClassName
{
border-color: #74156C;
}
</style>