Shades of Royal Purple #743DB2
Tints of Royal Purple #743DB2
RGB
CMYK
RGB Variations
Color information
#743DB2 (or 0x743DB2) is known color: Royal Purple. HEX triplet: 74, 3D and B2. RGB value is (116,61,178). Sum of RGB (Red+Green+Blue) = 116+61+178=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #743DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DB2 is #8BC24D. Grayscale: #5A5A5A. Windows color (decimal): -9159246 or 11681140. OLE color: 11681140.
HSL color Cylindrical-coordinate representation of color #743DB2: hue angle of 268.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743DB2 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 61 | 178 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.30 |
| HSL | 268.21º | 0.49% | 0.47% | - |
| HSV(B) | 268.21º | 0.66% | 0.7% | - |
| XYZ | 16.91 | 10.26 | 43.21 | - |
| YUV | 90.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 178 | 0.35 | 0.66 | 0 | 0.30 | 268.21 | 0.49 | 0.47 |
| Hex | 74 | 3D | B2 | 23 | 42 | 0 | 1E | 10C | 31 | 2F |
| Octal | 164 | 75 | 262 | 43 | 102 | 0 | 36 | 414 | 61 | 57 |
| Binary | 1110100 | 111101 | 10110010 | 100011 | 1000010 | 0 | 11110 | 100001100 | 110001 | 101111 |
Color Harmonies of #743DB2
Complementary color
Monochromatic Colors of #743DB2
Black with #743DB2
Text Example
Text Example
White with #743DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DB2; }
p { color: rgb(116,61,178); }
H1.HeaderClassName
{
color: #743DB2;
}
.AnyTagClassName
{
color: #743DB2;
}
</style>
background-color css
<style>
a { background-color: #743DB2; }
a { background-color: rgb(116,61,178); }
div.DivClassName
{
background-color: #743DB2;
}
.BgClassName
{
background-color: #743DB2;
}
</style>
border-color css
<style>
span { border-color: #743DB2; }
span { border-color: rgb(116,61,178); }
td.TdClassName
{
border-color: #743DB2;
}
.TagClassName
{
border-color: #743DB2;
}
</style>