Shades of Tyrian Purple #650C3F
Tints of Tyrian Purple #650C3F
RGB
CMYK
RGB Variations
Color information
#650C3F (or 0x650C3F) is known color: Tyrian Purple. HEX triplet: 65, 0C and 3F. RGB value is (101,12,63). Sum of RGB (Red+Green+Blue) = 101+12+63=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #650C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C3F is #9AF3C0. Grayscale: #2C2C2C. Windows color (decimal): -10154945 or 4131941. OLE color: 4131941.
HSL color Cylindrical-coordinate representation of color #650C3F: hue angle of 325.62º 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 #650C3F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 63 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.60 |
| HSL | 325.62º | 0.79% | 0.22% | - |
| HSV(B) | 325.62º | 0.88% | 0.4% | - |
| XYZ | 6.4 | 3.39 | 5.02 | - |
| YUV | 44.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 63 | 0 | 0.88 | 0.38 | 0.60 | 325.62 | 0.79 | 0.22 |
| Hex | 65 | C | 3F | 0 | 58 | 26 | 3C | 146 | 4F | 16 |
| Octal | 145 | 14 | 77 | 0 | 130 | 46 | 74 | 506 | 117 | 26 |
| Binary | 1100101 | 1100 | 111111 | 0 | 1011000 | 100110 | 111100 | 101000110 | 1001111 | 10110 |
Color Harmonies of #650C3F
Complementary color
Monochromatic Colors of #650C3F
Black with #650C3F
Text Example
Text Example
White with #650C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C3F; }
p { color: rgb(101,12,63); }
H1.HeaderClassName
{
color: #650C3F;
}
.AnyTagClassName
{
color: #650C3F;
}
</style>
background-color css
<style>
a { background-color: #650C3F; }
a { background-color: rgb(101,12,63); }
div.DivClassName
{
background-color: #650C3F;
}
.BgClassName
{
background-color: #650C3F;
}
</style>
border-color css
<style>
span { border-color: #650C3F; }
span { border-color: rgb(101,12,63); }
td.TdClassName
{
border-color: #650C3F;
}
.TagClassName
{
border-color: #650C3F;
}
</style>