Shades of Vivid Violet #752582
Tints of Vivid Violet #752582
RGB
CMYK
RGB Variations
Color information
#752582 (or 0x752582) is known color: Vivid Violet. HEX triplet: 75, 25 and 82. RGB value is (117,37,130). Sum of RGB (Red+Green+Blue) = 117+37+130=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #752582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752582 is #8ADA7D. Grayscale: #474747. Windows color (decimal): -9099902 or 8529269. OLE color: 8529269.
HSL color Cylindrical-coordinate representation of color #752582: hue angle of 291.61º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752582 is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 37 | 130 | - |
| CMYK | 0.1 | 0.72 | 0 | 0.49 |
| HSL | 291.61º | 0.56% | 0.33% | - |
| HSV(B) | 291.61º | 0.72% | 0.51% | - |
| XYZ | 12.03 | 6.72 | 21.78 | - |
| YUV | 71.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 130 | 0.1 | 0.72 | 0 | 0.49 | 291.61 | 0.56 | 0.33 |
| Hex | 75 | 25 | 82 | A | 48 | 0 | 31 | 124 | 38 | 21 |
| Octal | 165 | 45 | 202 | 12 | 110 | 0 | 61 | 444 | 70 | 41 |
| Binary | 1110101 | 100101 | 10000010 | 1010 | 1001000 | 0 | 110001 | 100100100 | 111000 | 100001 |
Color Harmonies of #752582
Complementary color
Monochromatic Colors of #752582
Black with #752582
Text Example
Text Example
White with #752582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752582; }
p { color: rgb(117,37,130); }
H1.HeaderClassName
{
color: #752582;
}
.AnyTagClassName
{
color: #752582;
}
</style>
background-color css
<style>
a { background-color: #752582; }
a { background-color: rgb(117,37,130); }
div.DivClassName
{
background-color: #752582;
}
.BgClassName
{
background-color: #752582;
}
</style>
border-color css
<style>
span { border-color: #752582; }
span { border-color: rgb(117,37,130); }
td.TdClassName
{
border-color: #752582;
}
.TagClassName
{
border-color: #752582;
}
</style>