Shades of Vivid Violet #75319C
Tints of Vivid Violet #75319C
RGB
CMYK
RGB Variations
Color information
#75319C (or 0x75319C) is known color: Vivid Violet. HEX triplet: 75, 31 and 9C. RGB value is (117,49,156). Sum of RGB (Red+Green+Blue) = 117+49+156=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #75319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75319C is #8ACE63. Grayscale: #515151. Windows color (decimal): -9096804 or 10236277. OLE color: 10236277.
HSL color Cylindrical-coordinate representation of color #75319C: hue angle of 278.13º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75319C is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 49 | 156 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.39 |
| HSL | 278.13º | 0.52% | 0.4% | - |
| HSV(B) | 278.13º | 0.69% | 0.61% | - |
| XYZ | 14.44 | 8.38 | 32.31 | - |
| YUV | 81.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 156 | 0.25 | 0.69 | 0 | 0.39 | 278.13 | 0.52 | 0.4 |
| Hex | 75 | 31 | 9C | 19 | 45 | 0 | 27 | 116 | 34 | 28 |
| Octal | 165 | 61 | 234 | 31 | 105 | 0 | 47 | 426 | 64 | 50 |
| Binary | 1110101 | 110001 | 10011100 | 11001 | 1000101 | 0 | 100111 | 100010110 | 110100 | 101000 |
Color Harmonies of #75319C
Complementary color
Monochromatic Colors of #75319C
Black with #75319C
Text Example
Text Example
White with #75319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75319C; }
p { color: rgb(117,49,156); }
H1.HeaderClassName
{
color: #75319C;
}
.AnyTagClassName
{
color: #75319C;
}
</style>
background-color css
<style>
a { background-color: #75319C; }
a { background-color: rgb(117,49,156); }
div.DivClassName
{
background-color: #75319C;
}
.BgClassName
{
background-color: #75319C;
}
</style>
border-color css
<style>
span { border-color: #75319C; }
span { border-color: rgb(117,49,156); }
td.TdClassName
{
border-color: #75319C;
}
.TagClassName
{
border-color: #75319C;
}
</style>