Shades of Purple #74087C
Tints of Purple #74087C
RGB
CMYK
RGB Variations
Color information
#74087C (or 0x74087C) is known color: Purple. HEX triplet: 74, 08 and 7C. RGB value is (116,8,124). Sum of RGB (Red+Green+Blue) = 116+8+124=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #74087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74087C is #8BF783. Grayscale: #353535. Windows color (decimal): -9172868 or 8128628. OLE color: 8128628.
HSL color Cylindrical-coordinate representation of color #74087C: hue angle of 295.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74087C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 8 | 124 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.51 |
| HSL | 295.86º | 0.88% | 0.26% | - |
| HSV(B) | 295.86º | 0.94% | 0.49% | - |
| XYZ | 10.93 | 5.34 | 19.52 | - |
| YUV | 53.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 124 | 0.06 | 0.94 | 0 | 0.51 | 295.86 | 0.88 | 0.26 |
| Hex | 74 | 8 | 7C | 6 | 5E | 0 | 33 | 128 | 58 | 1A |
| Octal | 164 | 10 | 174 | 6 | 136 | 0 | 63 | 450 | 130 | 32 |
| Binary | 1110100 | 1000 | 1111100 | 110 | 1011110 | 0 | 110011 | 100101000 | 1011000 | 11010 |
Color Harmonies of #74087C
Complementary color
Monochromatic Colors of #74087C
Black with #74087C
Text Example
Text Example
White with #74087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74087C; }
p { color: rgb(116,8,124); }
H1.HeaderClassName
{
color: #74087C;
}
.AnyTagClassName
{
color: #74087C;
}
</style>
background-color css
<style>
a { background-color: #74087C; }
a { background-color: rgb(116,8,124); }
div.DivClassName
{
background-color: #74087C;
}
.BgClassName
{
background-color: #74087C;
}
</style>
border-color css
<style>
span { border-color: #74087C; }
span { border-color: rgb(116,8,124); }
td.TdClassName
{
border-color: #74087C;
}
.TagClassName
{
border-color: #74087C;
}
</style>