Shades of Royal Purple #743BB1
Tints of Royal Purple #743BB1
RGB
CMYK
RGB Variations
Color information
#743BB1 (or 0x743BB1) is known color: Royal Purple. HEX triplet: 74, 3B and B1. RGB value is (116,59,177). Sum of RGB (Red+Green+Blue) = 116+59+177=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #743BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743BB1 is #8BC44E. Grayscale: #595959. Windows color (decimal): -9159759 or 11615092. OLE color: 11615092.
HSL color Cylindrical-coordinate representation of color #743BB1: hue angle of 268.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743BB1 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 59 | 177 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.31 |
| HSL | 268.98º | 0.5% | 0.46% | - |
| HSV(B) | 268.98º | 0.67% | 0.69% | - |
| XYZ | 16.7 | 10.02 | 42.65 | - |
| YUV | 89.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 177 | 0.34 | 0.67 | 0 | 0.31 | 268.98 | 0.5 | 0.46 |
| Hex | 74 | 3B | B1 | 22 | 43 | 0 | 1F | 10D | 32 | 2E |
| Octal | 164 | 73 | 261 | 42 | 103 | 0 | 37 | 415 | 62 | 56 |
| Binary | 1110100 | 111011 | 10110001 | 100010 | 1000011 | 0 | 11111 | 100001101 | 110010 | 101110 |
Color Harmonies of #743BB1
Complementary color
Monochromatic Colors of #743BB1
Black with #743BB1
Text Example
Text Example
White with #743BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BB1; }
p { color: rgb(116,59,177); }
H1.HeaderClassName
{
color: #743BB1;
}
.AnyTagClassName
{
color: #743BB1;
}
</style>
background-color css
<style>
a { background-color: #743BB1; }
a { background-color: rgb(116,59,177); }
div.DivClassName
{
background-color: #743BB1;
}
.BgClassName
{
background-color: #743BB1;
}
</style>
border-color css
<style>
span { border-color: #743BB1; }
span { border-color: rgb(116,59,177); }
td.TdClassName
{
border-color: #743BB1;
}
.TagClassName
{
border-color: #743BB1;
}
</style>