Shades of Vivid Violet #752283
Tints of Vivid Violet #752283
RGB
CMYK
RGB Variations
Color information
#752283 (or 0x752283) is known color: Vivid Violet. HEX triplet: 75, 22 and 83. RGB value is (117,34,131). Sum of RGB (Red+Green+Blue) = 117+34+131=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #752283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752283 is #8ADD7C. Grayscale: #454545. Windows color (decimal): -9100669 or 8594037. OLE color: 8594037.
HSL color Cylindrical-coordinate representation of color #752283: hue angle of 291.34º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752283 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 34 | 131 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.49 |
| HSL | 291.34º | 0.59% | 0.32% | - |
| HSV(B) | 291.34º | 0.74% | 0.51% | - |
| XYZ | 12 | 6.56 | 22.11 | - |
| YUV | 69.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 131 | 0.11 | 0.74 | 0 | 0.49 | 291.34 | 0.59 | 0.32 |
| Hex | 75 | 22 | 83 | B | 4A | 0 | 31 | 123 | 3B | 20 |
| Octal | 165 | 42 | 203 | 13 | 112 | 0 | 61 | 443 | 73 | 40 |
| Binary | 1110101 | 100010 | 10000011 | 1011 | 1001010 | 0 | 110001 | 100100011 | 111011 | 100000 |
Color Harmonies of #752283
Complementary color
Monochromatic Colors of #752283
Black with #752283
Text Example
Text Example
White with #752283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752283; }
p { color: rgb(117,34,131); }
H1.HeaderClassName
{
color: #752283;
}
.AnyTagClassName
{
color: #752283;
}
</style>
background-color css
<style>
a { background-color: #752283; }
a { background-color: rgb(117,34,131); }
div.DivClassName
{
background-color: #752283;
}
.BgClassName
{
background-color: #752283;
}
</style>
border-color css
<style>
span { border-color: #752283; }
span { border-color: rgb(117,34,131); }
td.TdClassName
{
border-color: #752283;
}
.TagClassName
{
border-color: #752283;
}
</style>