Shades of Purple #74018B
Tints of Purple #74018B
RGB
CMYK
RGB Variations
Color information
#74018B (or 0x74018B) is known color: Purple. HEX triplet: 74, 01 and 8B. RGB value is (116,1,139). Sum of RGB (Red+Green+Blue) = 116+1+139=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #74018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74018B is #8BFE74. Grayscale: #323232. Windows color (decimal): -9174645 or 9109876. OLE color: 9109876.
HSL color Cylindrical-coordinate representation of color #74018B: hue angle of 290º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74018B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 1 | 139 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.45 |
| HSL | 290º | 0.99% | 0.27% | - |
| HSV(B) | 290º | 0.99% | 0.55% | - |
| XYZ | 11.87 | 5.6 | 24.88 | - |
| YUV | 51.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 139 | 0.17 | 0.99 | 0 | 0.45 | 290 | 0.99 | 0.27 |
| Hex | 74 | 1 | 8B | 11 | 63 | 0 | 2D | 122 | 63 | 1B |
| Octal | 164 | 1 | 213 | 21 | 143 | 0 | 55 | 442 | 143 | 33 |
| Binary | 1110100 | 1 | 10001011 | 10001 | 1100011 | 0 | 101101 | 100100010 | 1100011 | 11011 |
Color Harmonies of #74018B
Complementary color
Monochromatic Colors of #74018B
Black with #74018B
Text Example
Text Example
White with #74018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74018B; }
p { color: rgb(116,1,139); }
H1.HeaderClassName
{
color: #74018B;
}
.AnyTagClassName
{
color: #74018B;
}
</style>
background-color css
<style>
a { background-color: #74018B; }
a { background-color: rgb(116,1,139); }
div.DivClassName
{
background-color: #74018B;
}
.BgClassName
{
background-color: #74018B;
}
</style>
border-color css
<style>
span { border-color: #74018B; }
span { border-color: rgb(116,1,139); }
td.TdClassName
{
border-color: #74018B;
}
.TagClassName
{
border-color: #74018B;
}
</style>