Shades of Purple #751492
Tints of Purple #751492
RGB
CMYK
RGB Variations
Color information
#751492 (or 0x751492) is known color: Purple. HEX triplet: 75, 14 and 92. RGB value is (117,20,146). Sum of RGB (Red+Green+Blue) = 117+20+146=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #751492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751492 is #8AEB6D. Grayscale: #3E3E3E. Windows color (decimal): -9104238 or 9573493. OLE color: 9573493.
HSL color Cylindrical-coordinate representation of color #751492: hue angle of 286.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751492 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 20 | 146 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.43 |
| HSL | 286.19º | 0.76% | 0.33% | - |
| HSV(B) | 286.19º | 0.86% | 0.57% | - |
| XYZ | 12.77 | 6.36 | 27.75 | - |
| YUV | 63.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 146 | 0.20 | 0.86 | 0 | 0.43 | 286.19 | 0.76 | 0.33 |
| Hex | 75 | 14 | 92 | 14 | 56 | 0 | 2B | 11E | 4C | 21 |
| Octal | 165 | 24 | 222 | 24 | 126 | 0 | 53 | 436 | 114 | 41 |
| Binary | 1110101 | 10100 | 10010010 | 10100 | 1010110 | 0 | 101011 | 100011110 | 1001100 | 100001 |
Color Harmonies of #751492
Complementary color
Monochromatic Colors of #751492
Black with #751492
Text Example
Text Example
White with #751492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751492; }
p { color: rgb(117,20,146); }
H1.HeaderClassName
{
color: #751492;
}
.AnyTagClassName
{
color: #751492;
}
</style>
background-color css
<style>
a { background-color: #751492; }
a { background-color: rgb(117,20,146); }
div.DivClassName
{
background-color: #751492;
}
.BgClassName
{
background-color: #751492;
}
</style>
border-color css
<style>
span { border-color: #751492; }
span { border-color: rgb(117,20,146); }
td.TdClassName
{
border-color: #751492;
}
.TagClassName
{
border-color: #751492;
}
</style>