Shades of Vivid Violet #751CA4
Tints of Vivid Violet #751CA4
RGB
CMYK
RGB Variations
Color information
#751CA4 (or 0x751CA4) is known color: Vivid Violet. HEX triplet: 75, 1C and A4. RGB value is (117,28,164). Sum of RGB (Red+Green+Blue) = 117+28+164=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #751CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CA4 is #8AE35B. Grayscale: #454545. Windows color (decimal): -9102172 or 10755189. OLE color: 10755189.
HSL color Cylindrical-coordinate representation of color #751CA4: hue angle of 279.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751CA4 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 28 | 164 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.36 |
| HSL | 279.26º | 0.71% | 0.38% | - |
| HSV(B) | 279.26º | 0.83% | 0.64% | - |
| XYZ | 14.45 | 7.29 | 35.77 | - |
| YUV | 70.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 164 | 0.29 | 0.83 | 0 | 0.36 | 279.26 | 0.71 | 0.38 |
| Hex | 75 | 1C | A4 | 1D | 53 | 0 | 24 | 117 | 47 | 26 |
| Octal | 165 | 34 | 244 | 35 | 123 | 0 | 44 | 427 | 107 | 46 |
| Binary | 1110101 | 11100 | 10100100 | 11101 | 1010011 | 0 | 100100 | 100010111 | 1000111 | 100110 |
Color Harmonies of #751CA4
Complementary color
Monochromatic Colors of #751CA4
Black with #751CA4
Text Example
Text Example
White with #751CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CA4; }
p { color: rgb(117,28,164); }
H1.HeaderClassName
{
color: #751CA4;
}
.AnyTagClassName
{
color: #751CA4;
}
</style>
background-color css
<style>
a { background-color: #751CA4; }
a { background-color: rgb(117,28,164); }
div.DivClassName
{
background-color: #751CA4;
}
.BgClassName
{
background-color: #751CA4;
}
</style>
border-color css
<style>
span { border-color: #751CA4; }
span { border-color: rgb(117,28,164); }
td.TdClassName
{
border-color: #751CA4;
}
.TagClassName
{
border-color: #751CA4;
}
</style>