Shades of Royal Purple #6544B3
Tints of Royal Purple #6544B3
RGB
CMYK
RGB Variations
Color information
#6544B3 (or 0x6544B3) is known color: Royal Purple. HEX triplet: 65, 44 and B3. RGB value is (101,68,179). Sum of RGB (Red+Green+Blue) = 101+68+179=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #6544B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544B3 is #9ABB4C. Grayscale: #5A5A5A. Windows color (decimal): -10140493 or 11748453. OLE color: 11748453.
HSL color Cylindrical-coordinate representation of color #6544B3: hue angle of 257.84º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6544B3 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 68 | 179 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.30 |
| HSL | 257.84º | 0.45% | 0.48% | - |
| HSV(B) | 257.84º | 0.62% | 0.7% | - |
| XYZ | 15.57 | 10.16 | 43.79 | - |
| YUV | 90.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 179 | 0.44 | 0.62 | 0 | 0.30 | 257.84 | 0.45 | 0.48 |
| Hex | 65 | 44 | B3 | 2C | 3E | 0 | 1E | 102 | 2D | 30 |
| Octal | 145 | 104 | 263 | 54 | 76 | 0 | 36 | 402 | 55 | 60 |
| Binary | 1100101 | 1000100 | 10110011 | 101100 | 111110 | 0 | 11110 | 100000010 | 101101 | 110000 |
Color Harmonies of #6544B3
Complementary color
Monochromatic Colors of #6544B3
Black with #6544B3
Text Example
Text Example
White with #6544B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6544B3; }
p { color: rgb(101,68,179); }
H1.HeaderClassName
{
color: #6544B3;
}
.AnyTagClassName
{
color: #6544B3;
}
</style>
background-color css
<style>
a { background-color: #6544B3; }
a { background-color: rgb(101,68,179); }
div.DivClassName
{
background-color: #6544B3;
}
.BgClassName
{
background-color: #6544B3;
}
</style>
border-color css
<style>
span { border-color: #6544B3; }
span { border-color: rgb(101,68,179); }
td.TdClassName
{
border-color: #6544B3;
}
.TagClassName
{
border-color: #6544B3;
}
</style>