Shades of Purple #74187F
Tints of Purple #74187F
RGB
CMYK
RGB Variations
Color information
#74187F (or 0x74187F) is known color: Purple. HEX triplet: 74, 18 and 7F. RGB value is (116,24,127). Sum of RGB (Red+Green+Blue) = 116+24+127=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #74187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74187F is #8BE780. Grayscale: #3E3E3E. Windows color (decimal): -9168769 or 8329332. OLE color: 8329332.
HSL color Cylindrical-coordinate representation of color #74187F: hue angle of 293.59º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74187F is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 24 | 127 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.50 |
| HSL | 293.59º | 0.68% | 0.3% | - |
| HSV(B) | 293.59º | 0.81% | 0.5% | - |
| XYZ | 11.36 | 5.9 | 20.62 | - |
| YUV | 63.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 127 | 0.09 | 0.81 | 0 | 0.50 | 293.59 | 0.68 | 0.3 |
| Hex | 74 | 18 | 7F | 9 | 51 | 0 | 32 | 126 | 44 | 1E |
| Octal | 164 | 30 | 177 | 11 | 121 | 0 | 62 | 446 | 104 | 36 |
| Binary | 1110100 | 11000 | 1111111 | 1001 | 1010001 | 0 | 110010 | 100100110 | 1000100 | 11110 |
Color Harmonies of #74187F
Complementary color
Monochromatic Colors of #74187F
Black with #74187F
Text Example
Text Example
White with #74187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74187F; }
p { color: rgb(116,24,127); }
H1.HeaderClassName
{
color: #74187F;
}
.AnyTagClassName
{
color: #74187F;
}
</style>
background-color css
<style>
a { background-color: #74187F; }
a { background-color: rgb(116,24,127); }
div.DivClassName
{
background-color: #74187F;
}
.BgClassName
{
background-color: #74187F;
}
</style>
border-color css
<style>
span { border-color: #74187F; }
span { border-color: rgb(116,24,127); }
td.TdClassName
{
border-color: #74187F;
}
.TagClassName
{
border-color: #74187F;
}
</style>