Shades of Royal Purple #65379C
Tints of Royal Purple #65379C
RGB
CMYK
RGB Variations
Color information
#65379C (or 0x65379C) is known color: Royal Purple. HEX triplet: 65, 37 and 9C. RGB value is (101,55,156). Sum of RGB (Red+Green+Blue) = 101+55+156=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #65379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65379C is #9AC863. Grayscale: #4F4F4F. Windows color (decimal): -10143844 or 10237797. OLE color: 10237797.
HSL color Cylindrical-coordinate representation of color #65379C: hue angle of 267.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65379C is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 55 | 156 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.39 |
| HSL | 267.33º | 0.48% | 0.41% | - |
| HSV(B) | 267.33º | 0.65% | 0.61% | - |
| XYZ | 12.73 | 7.9 | 32.31 | - |
| YUV | 80.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 156 | 0.35 | 0.65 | 0 | 0.39 | 267.33 | 0.48 | 0.41 |
| Hex | 65 | 37 | 9C | 23 | 41 | 0 | 27 | 10B | 30 | 29 |
| Octal | 145 | 67 | 234 | 43 | 101 | 0 | 47 | 413 | 60 | 51 |
| Binary | 1100101 | 110111 | 10011100 | 100011 | 1000001 | 0 | 100111 | 100001011 | 110000 | 101001 |
Color Harmonies of #65379C
Complementary color
Monochromatic Colors of #65379C
Black with #65379C
Text Example
Text Example
White with #65379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65379C; }
p { color: rgb(101,55,156); }
H1.HeaderClassName
{
color: #65379C;
}
.AnyTagClassName
{
color: #65379C;
}
</style>
background-color css
<style>
a { background-color: #65379C; }
a { background-color: rgb(101,55,156); }
div.DivClassName
{
background-color: #65379C;
}
.BgClassName
{
background-color: #65379C;
}
</style>
border-color css
<style>
span { border-color: #65379C; }
span { border-color: rgb(101,55,156); }
td.TdClassName
{
border-color: #65379C;
}
.TagClassName
{
border-color: #65379C;
}
</style>