Shades of Tyrian Purple #69013C
Tints of Tyrian Purple #69013C
RGB
CMYK
RGB Variations
Color information
#69013C (or 0x69013C) is known color: Tyrian Purple. HEX triplet: 69, 01 and 3C. RGB value is (105,1,60). Sum of RGB (Red+Green+Blue) = 105+1+60=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013C is #96FEC3. Grayscale: #262626. Windows color (decimal): -9895620 or 3932521. OLE color: 3932521.
HSL color Cylindrical-coordinate representation of color #69013C: hue angle of 325.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69013C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.59 |
| HSL | 325.96º | 0.98% | 0.21% | - |
| HSV(B) | 325.96º | 0.99% | 0.41% | - |
| XYZ | 6.65 | 3.35 | 4.57 | - |
| YUV | 38.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 60 | 0 | 0.99 | 0.43 | 0.59 | 325.96 | 0.98 | 0.21 |
| Hex | 69 | 1 | 3C | 0 | 63 | 2B | 3B | 146 | 62 | 15 |
| Octal | 151 | 1 | 74 | 0 | 143 | 53 | 73 | 506 | 142 | 25 |
| Binary | 1101001 | 1 | 111100 | 0 | 1100011 | 101011 | 111011 | 101000110 | 1100010 | 10101 |
Color Harmonies of #69013C
Complementary color
Monochromatic Colors of #69013C
Black with #69013C
Text Example
Text Example
White with #69013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69013C; }
p { color: rgb(105,1,60); }
H1.HeaderClassName
{
color: #69013C;
}
.AnyTagClassName
{
color: #69013C;
}
</style>
background-color css
<style>
a { background-color: #69013C; }
a { background-color: rgb(105,1,60); }
div.DivClassName
{
background-color: #69013C;
}
.BgClassName
{
background-color: #69013C;
}
</style>
border-color css
<style>
span { border-color: #69013C; }
span { border-color: rgb(105,1,60); }
td.TdClassName
{
border-color: #69013C;
}
.TagClassName
{
border-color: #69013C;
}
</style>