Shades of Royal Purple #74309C
Tints of Royal Purple #74309C
RGB
CMYK
RGB Variations
Color information
#74309C (or 0x74309C) is known color: Royal Purple. HEX triplet: 74, 30 and 9C. RGB value is (116,48,156). Sum of RGB (Red+Green+Blue) = 116+48+156=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #74309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74309C is #8BCF63. Grayscale: #505050. Windows color (decimal): -9162596 or 10236020. OLE color: 10236020.
HSL color Cylindrical-coordinate representation of color #74309C: hue angle of 277.78º degrees, saturation: 0.53, 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 #74309C is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 48 | 156 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.39 |
| HSL | 277.78º | 0.53% | 0.4% | - |
| HSV(B) | 277.78º | 0.69% | 0.61% | - |
| XYZ | 14.26 | 8.23 | 32.29 | - |
| YUV | 80.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 156 | 0.26 | 0.69 | 0 | 0.39 | 277.78 | 0.53 | 0.4 |
| Hex | 74 | 30 | 9C | 1A | 45 | 0 | 27 | 116 | 35 | 28 |
| Octal | 164 | 60 | 234 | 32 | 105 | 0 | 47 | 426 | 65 | 50 |
| Binary | 1110100 | 110000 | 10011100 | 11010 | 1000101 | 0 | 100111 | 100010110 | 110101 | 101000 |
Color Harmonies of #74309C
Complementary color
Monochromatic Colors of #74309C
Black with #74309C
Text Example
Text Example
White with #74309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74309C; }
p { color: rgb(116,48,156); }
H1.HeaderClassName
{
color: #74309C;
}
.AnyTagClassName
{
color: #74309C;
}
</style>
background-color css
<style>
a { background-color: #74309C; }
a { background-color: rgb(116,48,156); }
div.DivClassName
{
background-color: #74309C;
}
.BgClassName
{
background-color: #74309C;
}
</style>
border-color css
<style>
span { border-color: #74309C; }
span { border-color: rgb(116,48,156); }
td.TdClassName
{
border-color: #74309C;
}
.TagClassName
{
border-color: #74309C;
}
</style>