Shades of Vivid Violet #75278B
Tints of Vivid Violet #75278B
RGB
CMYK
RGB Variations
Color information
#75278B (or 0x75278B) is known color: Vivid Violet. HEX triplet: 75, 27 and 8B. RGB value is (117,39,139). Sum of RGB (Red+Green+Blue) = 117+39+139=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #75278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75278B is #8AD874. Grayscale: #494949. Windows color (decimal): -9099381 or 9119605. OLE color: 9119605.
HSL color Cylindrical-coordinate representation of color #75278B: hue angle of 286.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75278B is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 39 | 139 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.45 |
| HSL | 286.8º | 0.56% | 0.35% | - |
| HSV(B) | 286.8º | 0.72% | 0.55% | - |
| XYZ | 12.72 | 7.1 | 25.13 | - |
| YUV | 73.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 139 | 0.16 | 0.72 | 0 | 0.45 | 286.8 | 0.56 | 0.35 |
| Hex | 75 | 27 | 8B | 10 | 48 | 0 | 2D | 11F | 38 | 23 |
| Octal | 165 | 47 | 213 | 20 | 110 | 0 | 55 | 437 | 70 | 43 |
| Binary | 1110101 | 100111 | 10001011 | 10000 | 1001000 | 0 | 101101 | 100011111 | 111000 | 100011 |
Color Harmonies of #75278B
Complementary color
Monochromatic Colors of #75278B
Black with #75278B
Text Example
Text Example
White with #75278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75278B; }
p { color: rgb(117,39,139); }
H1.HeaderClassName
{
color: #75278B;
}
.AnyTagClassName
{
color: #75278B;
}
</style>
background-color css
<style>
a { background-color: #75278B; }
a { background-color: rgb(117,39,139); }
div.DivClassName
{
background-color: #75278B;
}
.BgClassName
{
background-color: #75278B;
}
</style>
border-color css
<style>
span { border-color: #75278B; }
span { border-color: rgb(117,39,139); }
td.TdClassName
{
border-color: #75278B;
}
.TagClassName
{
border-color: #75278B;
}
</style>