Shades of Purple #74015F
Tints of Purple #74015F
RGB
CMYK
RGB Variations
Color information
#74015F (or 0x74015F) is known color: Purple. HEX triplet: 74, 01 and 5F. RGB value is (116,1,95). Sum of RGB (Red+Green+Blue) = 116+1+95=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74015F is #8BFEA0. Grayscale: #2D2D2D. Windows color (decimal): -9174689 or 6226292. OLE color: 6226292.
HSL color Cylindrical-coordinate representation of color #74015F: hue angle of 310.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74015F is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.55 |
| HSL | 310.96º | 0.98% | 0.23% | - |
| HSV(B) | 310.96º | 0.99% | 0.45% | - |
| XYZ | 9.28 | 4.56 | 11.22 | - |
| YUV | 46.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 95 | 0 | 0.99 | 0.18 | 0.55 | 310.96 | 0.98 | 0.23 |
| Hex | 74 | 1 | 5F | 0 | 63 | 12 | 37 | 137 | 62 | 17 |
| Octal | 164 | 1 | 137 | 0 | 143 | 22 | 67 | 467 | 142 | 27 |
| Binary | 1110100 | 1 | 1011111 | 0 | 1100011 | 10010 | 110111 | 100110111 | 1100010 | 10111 |
Color Harmonies of #74015F
Complementary color
Monochromatic Colors of #74015F
Black with #74015F
Text Example
Text Example
White with #74015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74015F; }
p { color: rgb(116,1,95); }
H1.HeaderClassName
{
color: #74015F;
}
.AnyTagClassName
{
color: #74015F;
}
</style>
background-color css
<style>
a { background-color: #74015F; }
a { background-color: rgb(116,1,95); }
div.DivClassName
{
background-color: #74015F;
}
.BgClassName
{
background-color: #74015F;
}
</style>
border-color css
<style>
span { border-color: #74015F; }
span { border-color: rgb(116,1,95); }
td.TdClassName
{
border-color: #74015F;
}
.TagClassName
{
border-color: #74015F;
}
</style>