Shades of Royal Purple #6745B3
Tints of Royal Purple #6745B3
RGB
CMYK
RGB Variations
Color information
#6745B3 (or 0x6745B3) is known color: Royal Purple. HEX triplet: 67, 45 and B3. RGB value is (103,69,179). Sum of RGB (Red+Green+Blue) = 103+69+179=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #6745B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745B3 is #98BA4C. Grayscale: #5B5B5B. Windows color (decimal): -10009165 or 11748711. OLE color: 11748711.
HSL color Cylindrical-coordinate representation of color #6745B3: hue angle of 258.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6745B3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 69 | 179 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.30 |
| HSL | 258.55º | 0.44% | 0.49% | - |
| HSV(B) | 258.55º | 0.61% | 0.7% | - |
| XYZ | 15.86 | 10.39 | 43.82 | - |
| YUV | 91.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 179 | 0.42 | 0.61 | 0 | 0.30 | 258.55 | 0.44 | 0.49 |
| Hex | 67 | 45 | B3 | 2A | 3D | 0 | 1E | 103 | 2C | 31 |
| Octal | 147 | 105 | 263 | 52 | 75 | 0 | 36 | 403 | 54 | 61 |
| Binary | 1100111 | 1000101 | 10110011 | 101010 | 111101 | 0 | 11110 | 100000011 | 101100 | 110001 |
Color Harmonies of #6745B3
Complementary color
Monochromatic Colors of #6745B3
Black with #6745B3
Text Example
Text Example
White with #6745B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745B3; }
p { color: rgb(103,69,179); }
H1.HeaderClassName
{
color: #6745B3;
}
.AnyTagClassName
{
color: #6745B3;
}
</style>
background-color css
<style>
a { background-color: #6745B3; }
a { background-color: rgb(103,69,179); }
div.DivClassName
{
background-color: #6745B3;
}
.BgClassName
{
background-color: #6745B3;
}
</style>
border-color css
<style>
span { border-color: #6745B3; }
span { border-color: rgb(103,69,179); }
td.TdClassName
{
border-color: #6745B3;
}
.TagClassName
{
border-color: #6745B3;
}
</style>