Shades of Vivid Violet #74308F
Tints of Vivid Violet #74308F
RGB
CMYK
RGB Variations
Color information
#74308F (or 0x74308F) is known color: Vivid Violet. HEX triplet: 74, 30 and 8F. RGB value is (116,48,143). Sum of RGB (Red+Green+Blue) = 116+48+143=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #74308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74308F is #8BCF70. Grayscale: #4E4E4E. Windows color (decimal): -9162609 or 9384052. OLE color: 9384052.
HSL color Cylindrical-coordinate representation of color #74308F: hue angle of 282.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74308F is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 48 | 143 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.44 |
| HSL | 282.95º | 0.5% | 0.37% | - |
| HSV(B) | 282.95º | 0.66% | 0.56% | - |
| XYZ | 13.22 | 7.81 | 26.8 | - |
| YUV | 79.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 143 | 0.19 | 0.66 | 0 | 0.44 | 282.95 | 0.5 | 0.37 |
| Hex | 74 | 30 | 8F | 13 | 42 | 0 | 2C | 11B | 32 | 25 |
| Octal | 164 | 60 | 217 | 23 | 102 | 0 | 54 | 433 | 62 | 45 |
| Binary | 1110100 | 110000 | 10001111 | 10011 | 1000010 | 0 | 101100 | 100011011 | 110010 | 100101 |
Color Harmonies of #74308F
Complementary color
Monochromatic Colors of #74308F
Black with #74308F
Text Example
Text Example
White with #74308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74308F; }
p { color: rgb(116,48,143); }
H1.HeaderClassName
{
color: #74308F;
}
.AnyTagClassName
{
color: #74308F;
}
</style>
background-color css
<style>
a { background-color: #74308F; }
a { background-color: rgb(116,48,143); }
div.DivClassName
{
background-color: #74308F;
}
.BgClassName
{
background-color: #74308F;
}
</style>
border-color css
<style>
span { border-color: #74308F; }
span { border-color: rgb(116,48,143); }
td.TdClassName
{
border-color: #74308F;
}
.TagClassName
{
border-color: #74308F;
}
</style>