Shades of Royal Purple #65339B
Tints of Royal Purple #65339B
RGB
CMYK
RGB Variations
Color information
#65339B (or 0x65339B) is known color: Royal Purple. HEX triplet: 65, 33 and 9B. RGB value is (101,51,155). Sum of RGB (Red+Green+Blue) = 101+51+155=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #65339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339B is #9ACC64. Grayscale: #4D4D4D. Windows color (decimal): -10144869 or 10171237. OLE color: 10171237.
HSL color Cylindrical-coordinate representation of color #65339B: hue angle of 268.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65339B is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 51 | 155 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.39 |
| HSL | 268.85º | 0.5% | 0.4% | - |
| HSV(B) | 268.85º | 0.67% | 0.61% | - |
| XYZ | 12.47 | 7.5 | 31.8 | - |
| YUV | 77.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 155 | 0.35 | 0.67 | 0 | 0.39 | 268.85 | 0.5 | 0.4 |
| Hex | 65 | 33 | 9B | 23 | 43 | 0 | 27 | 10D | 32 | 28 |
| Octal | 145 | 63 | 233 | 43 | 103 | 0 | 47 | 415 | 62 | 50 |
| Binary | 1100101 | 110011 | 10011011 | 100011 | 1000011 | 0 | 100111 | 100001101 | 110010 | 101000 |
Color Harmonies of #65339B
Complementary color
Monochromatic Colors of #65339B
Black with #65339B
Text Example
Text Example
White with #65339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65339B; }
p { color: rgb(101,51,155); }
H1.HeaderClassName
{
color: #65339B;
}
.AnyTagClassName
{
color: #65339B;
}
</style>
background-color css
<style>
a { background-color: #65339B; }
a { background-color: rgb(101,51,155); }
div.DivClassName
{
background-color: #65339B;
}
.BgClassName
{
background-color: #65339B;
}
</style>
border-color css
<style>
span { border-color: #65339B; }
span { border-color: rgb(101,51,155); }
td.TdClassName
{
border-color: #65339B;
}
.TagClassName
{
border-color: #65339B;
}
</style>