Shades of Tyrian Purple #64103C
Tints of Tyrian Purple #64103C
RGB
CMYK
RGB Variations
Color information
#64103C (or 0x64103C) is known color: Tyrian Purple. HEX triplet: 64, 10 and 3C. RGB value is (100,16,60). Sum of RGB (Red+Green+Blue) = 100+16+60=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64103C is #9BEFC3. Grayscale: #2E2E2E. Windows color (decimal): -10219460 or 3936356. OLE color: 3936356.
HSL color Cylindrical-coordinate representation of color #64103C: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64103C is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 60 | - |
| CMYK | 0 | 0.84 | 0.4 | 0.61 |
| HSL | 328.57º | 0.72% | 0.23% | - |
| HSV(B) | 328.57º | 0.84% | 0.39% | - |
| XYZ | 6.26 | 3.41 | 4.6 | - |
| YUV | 46.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 60 | 0 | 0.84 | 0.4 | 0.61 | 328.57 | 0.72 | 0.23 |
| Hex | 64 | 10 | 3C | 0 | 54 | 28 | 3D | 149 | 48 | 17 |
| Octal | 144 | 20 | 74 | 0 | 124 | 50 | 75 | 511 | 110 | 27 |
| Binary | 1100100 | 10000 | 111100 | 0 | 1010100 | 101000 | 111101 | 101001001 | 1001000 | 10111 |
Color Harmonies of #64103C
Complementary color
Monochromatic Colors of #64103C
Black with #64103C
Text Example
Text Example
White with #64103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64103C; }
p { color: rgb(100,16,60); }
H1.HeaderClassName
{
color: #64103C;
}
.AnyTagClassName
{
color: #64103C;
}
</style>
background-color css
<style>
a { background-color: #64103C; }
a { background-color: rgb(100,16,60); }
div.DivClassName
{
background-color: #64103C;
}
.BgClassName
{
background-color: #64103C;
}
</style>
border-color css
<style>
span { border-color: #64103C; }
span { border-color: rgb(100,16,60); }
td.TdClassName
{
border-color: #64103C;
}
.TagClassName
{
border-color: #64103C;
}
</style>