Shades of Purple #74026C
Tints of Purple #74026C
RGB
CMYK
RGB Variations
Color information
#74026C (or 0x74026C) is known color: Purple. HEX triplet: 74, 02 and 6C. RGB value is (116,2,108). Sum of RGB (Red+Green+Blue) = 116+2+108=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74026C is #8BFD93. Grayscale: #2F2F2F. Windows color (decimal): -9174420 or 7078516. OLE color: 7078516.
HSL color Cylindrical-coordinate representation of color #74026C: hue angle of 304.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74026C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 108 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.55 |
| HSL | 304.21º | 0.97% | 0.23% | - |
| HSV(B) | 304.21º | 0.98% | 0.45% | - |
| XYZ | 9.93 | 4.84 | 14.6 | - |
| YUV | 48.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 108 | 0 | 0.98 | 0.07 | 0.55 | 304.21 | 0.97 | 0.23 |
| Hex | 74 | 2 | 6C | 0 | 62 | 7 | 37 | 130 | 61 | 17 |
| Octal | 164 | 2 | 154 | 0 | 142 | 7 | 67 | 460 | 141 | 27 |
| Binary | 1110100 | 10 | 1101100 | 0 | 1100010 | 111 | 110111 | 100110000 | 1100001 | 10111 |
Color Harmonies of #74026C
Complementary color
Monochromatic Colors of #74026C
Black with #74026C
Text Example
Text Example
White with #74026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74026C; }
p { color: rgb(116,2,108); }
H1.HeaderClassName
{
color: #74026C;
}
.AnyTagClassName
{
color: #74026C;
}
</style>
background-color css
<style>
a { background-color: #74026C; }
a { background-color: rgb(116,2,108); }
div.DivClassName
{
background-color: #74026C;
}
.BgClassName
{
background-color: #74026C;
}
</style>
border-color css
<style>
span { border-color: #74026C; }
span { border-color: rgb(116,2,108); }
td.TdClassName
{
border-color: #74026C;
}
.TagClassName
{
border-color: #74026C;
}
</style>