Shades of Royal Purple #6743B4
Tints of Royal Purple #6743B4
RGB
CMYK
RGB Variations
Color information
#6743B4 (or 0x6743B4) is known color: Royal Purple. HEX triplet: 67, 43 and B4. RGB value is (103,67,180). Sum of RGB (Red+Green+Blue) = 103+67+180=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #6743B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6743B4 is #98BC4B. Grayscale: #5A5A5A. Windows color (decimal): -10009676 or 11813735. OLE color: 11813735.
HSL color Cylindrical-coordinate representation of color #6743B4: hue angle of 259.12º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6743B4 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 67 | 180 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.29 |
| HSL | 259.12º | 0.46% | 0.48% | - |
| HSV(B) | 259.12º | 0.63% | 0.71% | - |
| XYZ | 15.84 | 10.19 | 44.31 | - |
| YUV | 90.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 180 | 0.43 | 0.63 | 0 | 0.29 | 259.12 | 0.46 | 0.48 |
| Hex | 67 | 43 | B4 | 2B | 3F | 0 | 1D | 103 | 2E | 30 |
| Octal | 147 | 103 | 264 | 53 | 77 | 0 | 35 | 403 | 56 | 60 |
| Binary | 1100111 | 1000011 | 10110100 | 101011 | 111111 | 0 | 11101 | 100000011 | 101110 | 110000 |
Color Harmonies of #6743B4
Complementary color
Monochromatic Colors of #6743B4
Black with #6743B4
Text Example
Text Example
White with #6743B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6743B4; }
p { color: rgb(103,67,180); }
H1.HeaderClassName
{
color: #6743B4;
}
.AnyTagClassName
{
color: #6743B4;
}
</style>
background-color css
<style>
a { background-color: #6743B4; }
a { background-color: rgb(103,67,180); }
div.DivClassName
{
background-color: #6743B4;
}
.BgClassName
{
background-color: #6743B4;
}
</style>
border-color css
<style>
span { border-color: #6743B4; }
span { border-color: rgb(103,67,180); }
td.TdClassName
{
border-color: #6743B4;
}
.TagClassName
{
border-color: #6743B4;
}
</style>