Shades of Royal Purple #6735AD
Tints of Royal Purple #6735AD
RGB
CMYK
RGB Variations
Color information
#6735AD (or 0x6735AD) is known color: Royal Purple. HEX triplet: 67, 35 and AD. RGB value is (103,53,173). Sum of RGB (Red+Green+Blue) = 103+53+173=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6735AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6735AD is #98CA52. Grayscale: #515151. Windows color (decimal): -10013267 or 11351399. OLE color: 11351399.
HSL color Cylindrical-coordinate representation of color #6735AD: hue angle of 265º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6735AD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 53 | 173 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.32 |
| HSL | 265º | 0.53% | 0.44% | - |
| HSV(B) | 265º | 0.69% | 0.68% | - |
| XYZ | 14.41 | 8.45 | 40.41 | - |
| YUV | 81.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 173 | 0.40 | 0.69 | 0 | 0.32 | 265 | 0.53 | 0.44 |
| Hex | 67 | 35 | AD | 28 | 45 | 0 | 20 | 109 | 35 | 2C |
| Octal | 147 | 65 | 255 | 50 | 105 | 0 | 40 | 411 | 65 | 54 |
| Binary | 1100111 | 110101 | 10101101 | 101000 | 1000101 | 0 | 100000 | 100001001 | 110101 | 101100 |
Color Harmonies of #6735AD
Complementary color
Monochromatic Colors of #6735AD
Black with #6735AD
Text Example
Text Example
White with #6735AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735AD; }
p { color: rgb(103,53,173); }
H1.HeaderClassName
{
color: #6735AD;
}
.AnyTagClassName
{
color: #6735AD;
}
</style>
background-color css
<style>
a { background-color: #6735AD; }
a { background-color: rgb(103,53,173); }
div.DivClassName
{
background-color: #6735AD;
}
.BgClassName
{
background-color: #6735AD;
}
</style>
border-color css
<style>
span { border-color: #6735AD; }
span { border-color: rgb(103,53,173); }
td.TdClassName
{
border-color: #6735AD;
}
.TagClassName
{
border-color: #6735AD;
}
</style>