Shades of Tyrian Purple #65023E
Tints of Tyrian Purple #65023E
RGB
CMYK
RGB Variations
Color information
#65023E (or 0x65023E) is known color: Tyrian Purple. HEX triplet: 65, 02 and 3E. RGB value is (101,2,62). Sum of RGB (Red+Green+Blue) = 101+2+62=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65023E is #9AFDC1. Grayscale: #262626. Windows color (decimal): -10157506 or 4063845. OLE color: 4063845.
HSL color Cylindrical-coordinate representation of color #65023E: hue angle of 323.64º 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 #65023E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.60 |
| HSL | 323.64º | 0.96% | 0.2% | - |
| HSV(B) | 323.64º | 0.98% | 0.4% | - |
| XYZ | 6.26 | 3.16 | 4.84 | - |
| YUV | 38.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 62 | 0 | 0.98 | 0.39 | 0.60 | 323.64 | 0.96 | 0.2 |
| Hex | 65 | 2 | 3E | 0 | 62 | 27 | 3C | 144 | 60 | 14 |
| Octal | 145 | 2 | 76 | 0 | 142 | 47 | 74 | 504 | 140 | 24 |
| Binary | 1100101 | 10 | 111110 | 0 | 1100010 | 100111 | 111100 | 101000100 | 1100000 | 10100 |
Color Harmonies of #65023E
Complementary color
Monochromatic Colors of #65023E
Black with #65023E
Text Example
Text Example
White with #65023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65023E; }
p { color: rgb(101,2,62); }
H1.HeaderClassName
{
color: #65023E;
}
.AnyTagClassName
{
color: #65023E;
}
</style>
background-color css
<style>
a { background-color: #65023E; }
a { background-color: rgb(101,2,62); }
div.DivClassName
{
background-color: #65023E;
}
.BgClassName
{
background-color: #65023E;
}
</style>
border-color css
<style>
span { border-color: #65023E; }
span { border-color: rgb(101,2,62); }
td.TdClassName
{
border-color: #65023E;
}
.TagClassName
{
border-color: #65023E;
}
</style>