Shades of Purple #74018A
Tints of Purple #74018A
RGB
CMYK
RGB Variations
Color information
#74018A (or 0x74018A) is known color: Purple. HEX triplet: 74, 01 and 8A. RGB value is (116,1,138). Sum of RGB (Red+Green+Blue) = 116+1+138=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #74018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74018A is #8BFE75. Grayscale: #323232. Windows color (decimal): -9174646 or 9044340. OLE color: 9044340.
HSL color Cylindrical-coordinate representation of color #74018A: hue angle of 290.36º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74018A is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 1 | 138 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.46 |
| HSL | 290.37º | 0.99% | 0.27% | - |
| HSV(B) | 290.37º | 0.99% | 0.54% | - |
| XYZ | 11.8 | 5.57 | 24.5 | - |
| YUV | 51 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 138 | 0.16 | 0.99 | 0 | 0.46 | 290.37 | 0.99 | 0.27 |
| Hex | 74 | 1 | 8A | 10 | 63 | 0 | 2E | 122 | 63 | 1B |
| Octal | 164 | 1 | 212 | 20 | 143 | 0 | 56 | 442 | 143 | 33 |
| Binary | 1110100 | 1 | 10001010 | 10000 | 1100011 | 0 | 101110 | 100100010 | 1100011 | 11011 |
Color Harmonies of #74018A
Complementary color
Monochromatic Colors of #74018A
Black with #74018A
Text Example
Text Example
White with #74018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74018A; }
p { color: rgb(116,1,138); }
H1.HeaderClassName
{
color: #74018A;
}
.AnyTagClassName
{
color: #74018A;
}
</style>
background-color css
<style>
a { background-color: #74018A; }
a { background-color: rgb(116,1,138); }
div.DivClassName
{
background-color: #74018A;
}
.BgClassName
{
background-color: #74018A;
}
</style>
border-color css
<style>
span { border-color: #74018A; }
span { border-color: rgb(116,1,138); }
td.TdClassName
{
border-color: #74018A;
}
.TagClassName
{
border-color: #74018A;
}
</style>