Shades of Royal Purple #61269C
Tints of Royal Purple #61269C
RGB
CMYK
RGB Variations
Color information
#61269C (or 0x61269C) is known color: Royal Purple. HEX triplet: 61, 26 and 9C. RGB value is (97,38,156). Sum of RGB (Red+Green+Blue) = 97+38+156=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #61269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61269C is #9ED963. Grayscale: #444444. Windows color (decimal): -10410340 or 10233441. OLE color: 10233441.
HSL color Cylindrical-coordinate representation of color #61269C: hue angle of 270º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61269C is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 38 | 156 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.39 |
| HSL | 270º | 0.61% | 0.38% | - |
| HSV(B) | 270º | 0.76% | 0.61% | - |
| XYZ | 11.62 | 6.33 | 32.06 | - |
| YUV | 69.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 156 | 0.38 | 0.76 | 0 | 0.39 | 270 | 0.61 | 0.38 |
| Hex | 61 | 26 | 9C | 26 | 4C | 0 | 27 | 10E | 3D | 26 |
| Octal | 141 | 46 | 234 | 46 | 114 | 0 | 47 | 416 | 75 | 46 |
| Binary | 1100001 | 100110 | 10011100 | 100110 | 1001100 | 0 | 100111 | 100001110 | 111101 | 100110 |
Color Harmonies of #61269C
Complementary color
Monochromatic Colors of #61269C
Black with #61269C
Text Example
Text Example
White with #61269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61269C; }
p { color: rgb(97,38,156); }
H1.HeaderClassName
{
color: #61269C;
}
.AnyTagClassName
{
color: #61269C;
}
</style>
background-color css
<style>
a { background-color: #61269C; }
a { background-color: rgb(97,38,156); }
div.DivClassName
{
background-color: #61269C;
}
.BgClassName
{
background-color: #61269C;
}
</style>
border-color css
<style>
span { border-color: #61269C; }
span { border-color: rgb(97,38,156); }
td.TdClassName
{
border-color: #61269C;
}
.TagClassName
{
border-color: #61269C;
}
</style>