Shades of Royal Purple #6545AF
Tints of Royal Purple #6545AF
RGB
CMYK
RGB Variations
Color information
#6545AF (or 0x6545AF) is known color: Royal Purple. HEX triplet: 65, 45 and AF. RGB value is (101,69,175). Sum of RGB (Red+Green+Blue) = 101+69+175=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #6545AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6545AF is #9ABA50. Grayscale: #5A5A5A. Windows color (decimal): -10140241 or 11486565. OLE color: 11486565.
HSL color Cylindrical-coordinate representation of color #6545AF: hue angle of 258.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6545AF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 69 | 175 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.31 |
| HSL | 258.11º | 0.43% | 0.48% | - |
| HSV(B) | 258.11º | 0.61% | 0.69% | - |
| XYZ | 15.23 | 10.12 | 41.71 | - |
| YUV | 90.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 175 | 0.42 | 0.61 | 0 | 0.31 | 258.11 | 0.43 | 0.48 |
| Hex | 65 | 45 | AF | 2A | 3D | 0 | 1F | 102 | 2B | 30 |
| Octal | 145 | 105 | 257 | 52 | 75 | 0 | 37 | 402 | 53 | 60 |
| Binary | 1100101 | 1000101 | 10101111 | 101010 | 111101 | 0 | 11111 | 100000010 | 101011 | 110000 |
Color Harmonies of #6545AF
Complementary color
Monochromatic Colors of #6545AF
Black with #6545AF
Text Example
Text Example
White with #6545AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6545AF; }
p { color: rgb(101,69,175); }
H1.HeaderClassName
{
color: #6545AF;
}
.AnyTagClassName
{
color: #6545AF;
}
</style>
background-color css
<style>
a { background-color: #6545AF; }
a { background-color: rgb(101,69,175); }
div.DivClassName
{
background-color: #6545AF;
}
.BgClassName
{
background-color: #6545AF;
}
</style>
border-color css
<style>
span { border-color: #6545AF; }
span { border-color: rgb(101,69,175); }
td.TdClassName
{
border-color: #6545AF;
}
.TagClassName
{
border-color: #6545AF;
}
</style>