Shades of Tyrian Purple #65022D
Tints of Tyrian Purple #65022D
RGB
CMYK
RGB Variations
Color information
#65022D (or 0x65022D) is known color: Tyrian Purple. HEX triplet: 65, 02 and 2D. RGB value is (101,2,45). Sum of RGB (Red+Green+Blue) = 101+2+45=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65022D is #9AFDD2. Grayscale: #242424. Windows color (decimal): -10157523 or 2949733. OLE color: 2949733.
HSL color Cylindrical-coordinate representation of color #65022D: hue angle of 333.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65022D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.60 |
| HSL | 333.94º | 0.96% | 0.2% | - |
| HSV(B) | 333.94º | 0.98% | 0.4% | - |
| XYZ | 5.86 | 3 | 2.75 | - |
| YUV | 36.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 45 | 0 | 0.98 | 0.55 | 0.60 | 333.94 | 0.96 | 0.2 |
| Hex | 65 | 2 | 2D | 0 | 62 | 37 | 3C | 14E | 60 | 14 |
| Octal | 145 | 2 | 55 | 0 | 142 | 67 | 74 | 516 | 140 | 24 |
| Binary | 1100101 | 10 | 101101 | 0 | 1100010 | 110111 | 111100 | 101001110 | 1100000 | 10100 |
Color Harmonies of #65022D
Complementary color
Monochromatic Colors of #65022D
Black with #65022D
Text Example
Text Example
White with #65022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65022D; }
p { color: rgb(101,2,45); }
H1.HeaderClassName
{
color: #65022D;
}
.AnyTagClassName
{
color: #65022D;
}
</style>
background-color css
<style>
a { background-color: #65022D; }
a { background-color: rgb(101,2,45); }
div.DivClassName
{
background-color: #65022D;
}
.BgClassName
{
background-color: #65022D;
}
</style>
border-color css
<style>
span { border-color: #65022D; }
span { border-color: rgb(101,2,45); }
td.TdClassName
{
border-color: #65022D;
}
.TagClassName
{
border-color: #65022D;
}
</style>