Shades of Royal Purple #65339C
Tints of Royal Purple #65339C
RGB
CMYK
RGB Variations
Color information
#65339C (or 0x65339C) is known color: Royal Purple. HEX triplet: 65, 33 and 9C. RGB value is (101,51,156). Sum of RGB (Red+Green+Blue) = 101+51+156=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #65339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339C is #9ACC63. Grayscale: #4D4D4D. Windows color (decimal): -10144868 or 10236773. OLE color: 10236773.
HSL color Cylindrical-coordinate representation of color #65339C: hue angle of 268.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65339C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 51 | 156 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.39 |
| HSL | 268.57º | 0.51% | 0.41% | - |
| HSV(B) | 268.57º | 0.67% | 0.61% | - |
| XYZ | 12.55 | 7.53 | 32.25 | - |
| YUV | 77.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 156 | 0.35 | 0.67 | 0 | 0.39 | 268.57 | 0.51 | 0.41 |
| Hex | 65 | 33 | 9C | 23 | 43 | 0 | 27 | 10D | 33 | 29 |
| Octal | 145 | 63 | 234 | 43 | 103 | 0 | 47 | 415 | 63 | 51 |
| Binary | 1100101 | 110011 | 10011100 | 100011 | 1000011 | 0 | 100111 | 100001101 | 110011 | 101001 |
Color Harmonies of #65339C
Complementary color
Monochromatic Colors of #65339C
Black with #65339C
Text Example
Text Example
White with #65339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65339C; }
p { color: rgb(101,51,156); }
H1.HeaderClassName
{
color: #65339C;
}
.AnyTagClassName
{
color: #65339C;
}
</style>
background-color css
<style>
a { background-color: #65339C; }
a { background-color: rgb(101,51,156); }
div.DivClassName
{
background-color: #65339C;
}
.BgClassName
{
background-color: #65339C;
}
</style>
border-color css
<style>
span { border-color: #65339C; }
span { border-color: rgb(101,51,156); }
td.TdClassName
{
border-color: #65339C;
}
.TagClassName
{
border-color: #65339C;
}
</style>