Shades of Purple #74188B
Tints of Purple #74188B
RGB
CMYK
RGB Variations
Color information
#74188B (or 0x74188B) is known color: Purple. HEX triplet: 74, 18 and 8B. RGB value is (116,24,139). Sum of RGB (Red+Green+Blue) = 116+24+139=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #74188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74188B is #8BE774. Grayscale: #404040. Windows color (decimal): -9168757 or 9115764. OLE color: 9115764.
HSL color Cylindrical-coordinate representation of color #74188B: hue angle of 288º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74188B is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 24 | 139 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.45 |
| HSL | 288º | 0.71% | 0.32% | - |
| HSV(B) | 288º | 0.83% | 0.55% | - |
| XYZ | 12.19 | 6.23 | 24.99 | - |
| YUV | 64.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 139 | 0.17 | 0.83 | 0 | 0.45 | 288 | 0.71 | 0.32 |
| Hex | 74 | 18 | 8B | 11 | 53 | 0 | 2D | 120 | 47 | 20 |
| Octal | 164 | 30 | 213 | 21 | 123 | 0 | 55 | 440 | 107 | 40 |
| Binary | 1110100 | 11000 | 10001011 | 10001 | 1010011 | 0 | 101101 | 100100000 | 1000111 | 100000 |
Color Harmonies of #74188B
Complementary color
Monochromatic Colors of #74188B
Black with #74188B
Text Example
Text Example
White with #74188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74188B; }
p { color: rgb(116,24,139); }
H1.HeaderClassName
{
color: #74188B;
}
.AnyTagClassName
{
color: #74188B;
}
</style>
background-color css
<style>
a { background-color: #74188B; }
a { background-color: rgb(116,24,139); }
div.DivClassName
{
background-color: #74188B;
}
.BgClassName
{
background-color: #74188B;
}
</style>
border-color css
<style>
span { border-color: #74188B; }
span { border-color: rgb(116,24,139); }
td.TdClassName
{
border-color: #74188B;
}
.TagClassName
{
border-color: #74188B;
}
</style>