Shades of Tyrian Purple #64063C
Tints of Tyrian Purple #64063C
RGB
CMYK
RGB Variations
Color information
#64063C (or 0x64063C) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3C. RGB value is (100,6,60). Sum of RGB (Red+Green+Blue) = 100+6+60=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063C is #9BF9C3. Grayscale: #282828. Windows color (decimal): -10222020 or 3933796. OLE color: 3933796.
HSL color Cylindrical-coordinate representation of color #64063C: hue angle of 325.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64063C is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 60 | - |
| CMYK | 0 | 0.94 | 0.4 | 0.61 |
| HSL | 325.53º | 0.89% | 0.21% | - |
| HSV(B) | 325.53º | 0.94% | 0.39% | - |
| XYZ | 6.14 | 3.17 | 4.56 | - |
| YUV | 40.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 60 | 0 | 0.94 | 0.4 | 0.61 | 325.53 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3C | 0 | 5E | 28 | 3D | 146 | 59 | 15 |
| Octal | 144 | 6 | 74 | 0 | 136 | 50 | 75 | 506 | 131 | 25 |
| Binary | 1100100 | 110 | 111100 | 0 | 1011110 | 101000 | 111101 | 101000110 | 1011001 | 10101 |
Color Harmonies of #64063C
Complementary color
Monochromatic Colors of #64063C
Black with #64063C
Text Example
Text Example
White with #64063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063C; }
p { color: rgb(100,6,60); }
H1.HeaderClassName
{
color: #64063C;
}
.AnyTagClassName
{
color: #64063C;
}
</style>
background-color css
<style>
a { background-color: #64063C; }
a { background-color: rgb(100,6,60); }
div.DivClassName
{
background-color: #64063C;
}
.BgClassName
{
background-color: #64063C;
}
</style>
border-color css
<style>
span { border-color: #64063C; }
span { border-color: rgb(100,6,60); }
td.TdClassName
{
border-color: #64063C;
}
.TagClassName
{
border-color: #64063C;
}
</style>