Shades of Purple #750567
Tints of Purple #750567
RGB
CMYK
RGB Variations
Color information
#750567 (or 0x750567) is known color: Purple. HEX triplet: 75, 05 and 67. RGB value is (117,5,103). Sum of RGB (Red+Green+Blue) = 117+5+103=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750567 is #8AFA98. Grayscale: #313131. Windows color (decimal): -9108121 or 6751605. OLE color: 6751605.
HSL color Cylindrical-coordinate representation of color #750567: hue angle of 307.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750567 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 103 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.54 |
| HSL | 307.5º | 0.92% | 0.24% | - |
| HSV(B) | 307.5º | 0.96% | 0.46% | - |
| XYZ | 9.84 | 4.87 | 13.25 | - |
| YUV | 49.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 103 | 0 | 0.96 | 0.12 | 0.54 | 307.5 | 0.92 | 0.24 |
| Hex | 75 | 5 | 67 | 0 | 60 | C | 36 | 134 | 5C | 18 |
| Octal | 165 | 5 | 147 | 0 | 140 | 14 | 66 | 464 | 134 | 30 |
| Binary | 1110101 | 101 | 1100111 | 0 | 1100000 | 1100 | 110110 | 100110100 | 1011100 | 11000 |
Color Harmonies of #750567
Complementary color
Monochromatic Colors of #750567
Black with #750567
Text Example
Text Example
White with #750567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750567; }
p { color: rgb(117,5,103); }
H1.HeaderClassName
{
color: #750567;
}
.AnyTagClassName
{
color: #750567;
}
</style>
background-color css
<style>
a { background-color: #750567; }
a { background-color: rgb(117,5,103); }
div.DivClassName
{
background-color: #750567;
}
.BgClassName
{
background-color: #750567;
}
</style>
border-color css
<style>
span { border-color: #750567; }
span { border-color: rgb(117,5,103); }
td.TdClassName
{
border-color: #750567;
}
.TagClassName
{
border-color: #750567;
}
</style>