Shades of Purple #74138A
Tints of Purple #74138A
RGB
CMYK
RGB Variations
Color information
#74138A (or 0x74138A) is known color: Purple. HEX triplet: 74, 13 and 8A. RGB value is (116,19,138). Sum of RGB (Red+Green+Blue) = 116+19+138=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #74138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74138A is #8BEC75. Grayscale: #3D3D3D. Windows color (decimal): -9170038 or 9048948. OLE color: 9048948.
HSL color Cylindrical-coordinate representation of color #74138A: hue angle of 288.91º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74138A is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 19 | 138 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.46 |
| HSL | 288.91º | 0.76% | 0.31% | - |
| HSV(B) | 288.91º | 0.86% | 0.54% | - |
| XYZ | 12.02 | 6.01 | 24.57 | - |
| YUV | 61.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 138 | 0.16 | 0.86 | 0 | 0.46 | 288.91 | 0.76 | 0.31 |
| Hex | 74 | 13 | 8A | 10 | 56 | 0 | 2E | 121 | 4C | 1F |
| Octal | 164 | 23 | 212 | 20 | 126 | 0 | 56 | 441 | 114 | 37 |
| Binary | 1110100 | 10011 | 10001010 | 10000 | 1010110 | 0 | 101110 | 100100001 | 1001100 | 11111 |
Color Harmonies of #74138A
Complementary color
Monochromatic Colors of #74138A
Black with #74138A
Text Example
Text Example
White with #74138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74138A; }
p { color: rgb(116,19,138); }
H1.HeaderClassName
{
color: #74138A;
}
.AnyTagClassName
{
color: #74138A;
}
</style>
background-color css
<style>
a { background-color: #74138A; }
a { background-color: rgb(116,19,138); }
div.DivClassName
{
background-color: #74138A;
}
.BgClassName
{
background-color: #74138A;
}
</style>
border-color css
<style>
span { border-color: #74138A; }
span { border-color: rgb(116,19,138); }
td.TdClassName
{
border-color: #74138A;
}
.TagClassName
{
border-color: #74138A;
}
</style>