Shades of Purple #75006B
Tints of Purple #75006B
RGB
CMYK
RGB Variations
Color information
#75006B (or 0x75006B) is known color: Purple. HEX triplet: 75, 00 and 6B. RGB value is (117,0,107). Sum of RGB (Red+Green+Blue) = 117+0+107=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006B is #8AFF94. Grayscale: #2E2E2E. Windows color (decimal): -9109397 or 7012469. OLE color: 7012469.
HSL color Cylindrical-coordinate representation of color #75006B: hue angle of 305.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75006B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.09 | 0.54 |
| HSL | 305.13º | 1% | 0.23% | - |
| HSV(B) | 305.13º | 1% | 0.46% | - |
| XYZ | 9.99 | 4.84 | 14.32 | - |
| YUV | 47.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 107 | 0 | 1 | 0.09 | 0.54 | 305.13 | 1 | 0.23 |
| Hex | 75 | 0 | 6B | 0 | 64 | 9 | 36 | 131 | 64 | 17 |
| Octal | 165 | 0 | 153 | 0 | 144 | 11 | 66 | 461 | 144 | 27 |
| Binary | 1110101 | 0 | 1101011 | 0 | 1100100 | 1001 | 110110 | 100110001 | 1100100 | 10111 |
Color Harmonies of #75006B
Complementary color
Monochromatic Colors of #75006B
Black with #75006B
Text Example
Text Example
White with #75006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75006B; }
p { color: rgb(117,0,107); }
H1.HeaderClassName
{
color: #75006B;
}
.AnyTagClassName
{
color: #75006B;
}
</style>
background-color css
<style>
a { background-color: #75006B; }
a { background-color: rgb(117,0,107); }
div.DivClassName
{
background-color: #75006B;
}
.BgClassName
{
background-color: #75006B;
}
</style>
border-color css
<style>
span { border-color: #75006B; }
span { border-color: rgb(117,0,107); }
td.TdClassName
{
border-color: #75006B;
}
.TagClassName
{
border-color: #75006B;
}
</style>