Shades of Purple #74005F
Tints of Purple #74005F
RGB
CMYK
RGB Variations
Color information
#74005F (or 0x74005F) is known color: Purple. HEX triplet: 74, 00 and 5F. RGB value is (116,0,95). Sum of RGB (Red+Green+Blue) = 116+0+95=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74005F is #8BFFA0. Grayscale: #2D2D2D. Windows color (decimal): -9174945 or 6226036. OLE color: 6226036.
HSL color Cylindrical-coordinate representation of color #74005F: hue angle of 310.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74005F is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.18 | 0.55 |
| HSL | 310.86º | 1% | 0.23% | - |
| HSV(B) | 310.86º | 1% | 0.45% | - |
| XYZ | 9.27 | 4.54 | 11.21 | - |
| YUV | 45.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 95 | 0 | 1 | 0.18 | 0.55 | 310.86 | 1 | 0.23 |
| Hex | 74 | 0 | 5F | 0 | 64 | 12 | 37 | 137 | 64 | 17 |
| Octal | 164 | 0 | 137 | 0 | 144 | 22 | 67 | 467 | 144 | 27 |
| Binary | 1110100 | 0 | 1011111 | 0 | 1100100 | 10010 | 110111 | 100110111 | 1100100 | 10111 |
Color Harmonies of #74005F
Complementary color
Monochromatic Colors of #74005F
Black with #74005F
Text Example
Text Example
White with #74005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74005F; }
p { color: rgb(116,0,95); }
H1.HeaderClassName
{
color: #74005F;
}
.AnyTagClassName
{
color: #74005F;
}
</style>
background-color css
<style>
a { background-color: #74005F; }
a { background-color: rgb(116,0,95); }
div.DivClassName
{
background-color: #74005F;
}
.BgClassName
{
background-color: #74005F;
}
</style>
border-color css
<style>
span { border-color: #74005F; }
span { border-color: rgb(116,0,95); }
td.TdClassName
{
border-color: #74005F;
}
.TagClassName
{
border-color: #74005F;
}
</style>