Shades of Tyrian Purple #61002A
Tints of Tyrian Purple #61002A
RGB
CMYK
RGB Variations
Color information
#61002A (or 0x61002A) is known color: Tyrian Purple. HEX triplet: 61, 00 and 2A. RGB value is (97,0,42). Sum of RGB (Red+Green+Blue) = 97+0+42=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #61002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61002A is #9EFFD5. Grayscale: #212121. Windows color (decimal): -10420182 or 2752609. OLE color: 2752609.
HSL color Cylindrical-coordinate representation of color #61002A: hue angle of 334.02º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61002A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.57 | 0.62 |
| HSL | 334.02º | 1% | 0.19% | - |
| HSV(B) | 334.02º | 1% | 0.38% | - |
| XYZ | 5.35 | 2.71 | 2.43 | - |
| YUV | 33.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 42 | 0 | 1 | 0.57 | 0.62 | 334.02 | 1 | 0.19 |
| Hex | 61 | 0 | 2A | 0 | 64 | 39 | 3E | 14E | 64 | 13 |
| Octal | 141 | 0 | 52 | 0 | 144 | 71 | 76 | 516 | 144 | 23 |
| Binary | 1100001 | 0 | 101010 | 0 | 1100100 | 111001 | 111110 | 101001110 | 1100100 | 10011 |
Color Harmonies of #61002A
Complementary color
Monochromatic Colors of #61002A
Black with #61002A
Text Example
Text Example
White with #61002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61002A; }
p { color: rgb(97,0,42); }
H1.HeaderClassName
{
color: #61002A;
}
.AnyTagClassName
{
color: #61002A;
}
</style>
background-color css
<style>
a { background-color: #61002A; }
a { background-color: rgb(97,0,42); }
div.DivClassName
{
background-color: #61002A;
}
.BgClassName
{
background-color: #61002A;
}
</style>
border-color css
<style>
span { border-color: #61002A; }
span { border-color: rgb(97,0,42); }
td.TdClassName
{
border-color: #61002A;
}
.TagClassName
{
border-color: #61002A;
}
</style>