Shades of Royal Purple #61379C
Tints of Royal Purple #61379C
RGB
CMYK
RGB Variations
Color information
#61379C (or 0x61379C) is known color: Royal Purple. HEX triplet: 61, 37 and 9C. RGB value is (97,55,156). Sum of RGB (Red+Green+Blue) = 97+55+156=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 55 (21.88% from 255 or 17.86% 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 #61379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61379C is #9EC863. Grayscale: #4E4E4E. Windows color (decimal): -10405988 or 10237793. OLE color: 10237793.
HSL color Cylindrical-coordinate representation of color #61379C: hue angle of 264.95º 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 #61379C is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 55 | 156 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.39 |
| HSL | 264.95º | 0.48% | 0.41% | - |
| HSV(B) | 264.95º | 0.65% | 0.61% | - |
| XYZ | 12.3 | 7.67 | 32.29 | - |
| YUV | 79.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 156 | 0.38 | 0.65 | 0 | 0.39 | 264.95 | 0.48 | 0.41 |
| Hex | 61 | 37 | 9C | 26 | 41 | 0 | 27 | 109 | 30 | 29 |
| Octal | 141 | 67 | 234 | 46 | 101 | 0 | 47 | 411 | 60 | 51 |
| Binary | 1100001 | 110111 | 10011100 | 100110 | 1000001 | 0 | 100111 | 100001001 | 110000 | 101001 |
Color Harmonies of #61379C
Complementary color
Monochromatic Colors of #61379C
Black with #61379C
Text Example
Text Example
White with #61379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61379C; }
p { color: rgb(97,55,156); }
H1.HeaderClassName
{
color: #61379C;
}
.AnyTagClassName
{
color: #61379C;
}
</style>
background-color css
<style>
a { background-color: #61379C; }
a { background-color: rgb(97,55,156); }
div.DivClassName
{
background-color: #61379C;
}
.BgClassName
{
background-color: #61379C;
}
</style>
border-color css
<style>
span { border-color: #61379C; }
span { border-color: rgb(97,55,156); }
td.TdClassName
{
border-color: #61379C;
}
.TagClassName
{
border-color: #61379C;
}
</style>