Shades of Vivid Violet #752583
Tints of Vivid Violet #752583
RGB
CMYK
RGB Variations
Color information
#752583 (or 0x752583) is known color: Vivid Violet. HEX triplet: 75, 25 and 83. RGB value is (117,37,131). Sum of RGB (Red+Green+Blue) = 117+37+131=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #752583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752583 is #8ADA7C. Grayscale: #474747. Windows color (decimal): -9099901 or 8594805. OLE color: 8594805.
HSL color Cylindrical-coordinate representation of color #752583: hue angle of 291.06º 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 #752583 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 37 | 131 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.49 |
| HSL | 291.06º | 0.56% | 0.33% | - |
| HSV(B) | 291.06º | 0.72% | 0.51% | - |
| XYZ | 12.09 | 6.74 | 22.14 | - |
| YUV | 71.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 131 | 0.11 | 0.72 | 0 | 0.49 | 291.06 | 0.56 | 0.33 |
| Hex | 75 | 25 | 83 | B | 48 | 0 | 31 | 123 | 38 | 21 |
| Octal | 165 | 45 | 203 | 13 | 110 | 0 | 61 | 443 | 70 | 41 |
| Binary | 1110101 | 100101 | 10000011 | 1011 | 1001000 | 0 | 110001 | 100100011 | 111000 | 100001 |
Color Harmonies of #752583
Complementary color
Monochromatic Colors of #752583
Black with #752583
Text Example
Text Example
White with #752583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752583; }
p { color: rgb(117,37,131); }
H1.HeaderClassName
{
color: #752583;
}
.AnyTagClassName
{
color: #752583;
}
</style>
background-color css
<style>
a { background-color: #752583; }
a { background-color: rgb(117,37,131); }
div.DivClassName
{
background-color: #752583;
}
.BgClassName
{
background-color: #752583;
}
</style>
border-color css
<style>
span { border-color: #752583; }
span { border-color: rgb(117,37,131); }
td.TdClassName
{
border-color: #752583;
}
.TagClassName
{
border-color: #752583;
}
</style>