Shades of Tyrian Purple #650C32
Tints of Tyrian Purple #650C32
RGB
CMYK
RGB Variations
Color information
#650C32 (or 0x650C32) is known color: Tyrian Purple. HEX triplet: 65, 0C and 32. RGB value is (101,12,50). Sum of RGB (Red+Green+Blue) = 101+12+50=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #650C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C32 is #9AF3CD. Grayscale: #2A2A2A. Windows color (decimal): -10154958 or 3279973. OLE color: 3279973.
HSL color Cylindrical-coordinate representation of color #650C32: hue angle of 334.38º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C32 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 50 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.60 |
| HSL | 334.38º | 0.79% | 0.22% | - |
| HSV(B) | 334.38º | 0.88% | 0.4% | - |
| XYZ | 6.07 | 3.26 | 3.33 | - |
| YUV | 42.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 50 | 0 | 0.88 | 0.50 | 0.60 | 334.38 | 0.79 | 0.22 |
| Hex | 65 | C | 32 | 0 | 58 | 32 | 3C | 14E | 4F | 16 |
| Octal | 145 | 14 | 62 | 0 | 130 | 62 | 74 | 516 | 117 | 26 |
| Binary | 1100101 | 1100 | 110010 | 0 | 1011000 | 110010 | 111100 | 101001110 | 1001111 | 10110 |
Color Harmonies of #650C32
Complementary color
Monochromatic Colors of #650C32
Black with #650C32
Text Example
Text Example
White with #650C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C32; }
p { color: rgb(101,12,50); }
H1.HeaderClassName
{
color: #650C32;
}
.AnyTagClassName
{
color: #650C32;
}
</style>
background-color css
<style>
a { background-color: #650C32; }
a { background-color: rgb(101,12,50); }
div.DivClassName
{
background-color: #650C32;
}
.BgClassName
{
background-color: #650C32;
}
</style>
border-color css
<style>
span { border-color: #650C32; }
span { border-color: rgb(101,12,50); }
td.TdClassName
{
border-color: #650C32;
}
.TagClassName
{
border-color: #650C32;
}
</style>