Shades of Purple #751384
Tints of Purple #751384
RGB
CMYK
RGB Variations
Color information
#751384 (or 0x751384) is known color: Purple. HEX triplet: 75, 13 and 84. RGB value is (117,19,132). Sum of RGB (Red+Green+Blue) = 117+19+132=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #751384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751384 is #8AEC7B. Grayscale: #3C3C3C. Windows color (decimal): -9104508 or 8655733. OLE color: 8655733.
HSL color Cylindrical-coordinate representation of color #751384: hue angle of 292.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751384 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 19 | 132 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.48 |
| HSL | 292.04º | 0.75% | 0.3% | - |
| HSV(B) | 292.04º | 0.86% | 0.52% | - |
| XYZ | 11.73 | 5.91 | 22.35 | - |
| YUV | 61.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 132 | 0.11 | 0.86 | 0 | 0.48 | 292.04 | 0.75 | 0.3 |
| Hex | 75 | 13 | 84 | B | 56 | 0 | 30 | 124 | 4B | 1E |
| Octal | 165 | 23 | 204 | 13 | 126 | 0 | 60 | 444 | 113 | 36 |
| Binary | 1110101 | 10011 | 10000100 | 1011 | 1010110 | 0 | 110000 | 100100100 | 1001011 | 11110 |
Color Harmonies of #751384
Complementary color
Monochromatic Colors of #751384
Black with #751384
Text Example
Text Example
White with #751384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751384; }
p { color: rgb(117,19,132); }
H1.HeaderClassName
{
color: #751384;
}
.AnyTagClassName
{
color: #751384;
}
</style>
background-color css
<style>
a { background-color: #751384; }
a { background-color: rgb(117,19,132); }
div.DivClassName
{
background-color: #751384;
}
.BgClassName
{
background-color: #751384;
}
</style>
border-color css
<style>
span { border-color: #751384; }
span { border-color: rgb(117,19,132); }
td.TdClassName
{
border-color: #751384;
}
.TagClassName
{
border-color: #751384;
}
</style>